Skip to content

Commit

Permalink
reduce resolution for test speed
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 8, 2024
1 parent 131ea0a commit af89934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def tokamak_source():
shafranov_factor=0.44789,
triangularity=0.270,
ion_temperature_beta=6,
sample_size=(10, 10),
sample_size=(3, 3),
)


Expand Down

0 comments on commit af89934

Please sign in to comment.