Skip to content

Commit

Permalink
lower output steps for Cartesian (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: derlk <[email protected]>
  • Loading branch information
Delcior and Delcior authored Aug 30, 2023
1 parent bd03ad9 commit 8ec05a3
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 8ec05a3

Please sign in to comment.