Skip to content

Commit 031603f

Browse files
Fixing test with small dt in test_interaction to not throw ValueError
1 parent e7a8f86 commit 031603f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_interaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def f(p):
169169

170170
@pytest.mark.parametrize('runtime, dt',
171171
[(1, 1e-2),
172-
(1, -2.1234e-3),
172+
(1, -2.123e-3),
173173
(1, -3.12452-3)])
174174
def test_pseudo_interaction(runtime, dt):
175175
# A linear field where advected particles are moving at

0 commit comments

Comments
 (0)