Skip to content

Commit

Permalink
lower output steps for Cartesian
Browse files Browse the repository at this point in the history
  • Loading branch information
Delcior committed Aug 29, 2023
1 parent bd03ad9 commit a60cf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/local/contract_tests/test_single_vs_multi_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@pytest.mark.parametrize(
"scenario_class, output_steps",
(
(CartesianScenario, range(0, 64, 4)),
(CartesianScenario, range(0, 24, 2)),
(SphericalScenario, range(0, 2000, 100)),
),
)
Expand Down

0 comments on commit a60cf5a

Please sign in to comment.