Skip to content

Commit

Permalink
make test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jun 27, 2023
1 parent b1c0aef commit a951d9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_momentum_conservation():
np.testing.assert_allclose(
g_gg[:, 0],
0,
atol=4e-10,
atol=6e-10,
)

# total
Expand Down

0 comments on commit a951d9f

Please sign in to comment.