Skip to content

Commit

Permalink
nice simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Delcior committed Aug 29, 2023
1 parent f5ca5bf commit 3703ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/local/contract_tests/test_single_vs_multi_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scenario_class, output_steps",
(
(CartesianScenario, range(0, 25, 2)),
(SphericalScenario, range(0, 400, 32)),
(SphericalScenario, range(0, 8000, 192)),
),
)
@pytest.mark.parametrize("options_kwargs", OPTIONS_KWARGS)
Expand All @@ -60,7 +60,7 @@ def test_single_vs_multi_node(

plot = True and (
"CI_PLOTS_PATH" in os.environ
and courant_field_multiplier == COURANT_FIELD_MULTIPLIER[-1]
and courant_field_multiplier == COURANT_FIELD_MULTIPLIER[0]
and (
options_kwargs == OPTIONS_KWARGS[-1] or scenario_class is SphericalScenario
)
Expand Down

0 comments on commit 3703ffb

Please sign in to comment.