Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Oct 14, 2024
1 parent c209c2a commit 0247117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_adapt(cli_runner, tmpdir):
)
npt.assert_allclose(
df["@dynamics:holding_current"].to_list(),
[-0.064316, -0.081205],
[-0.064313, -0.081205],
rtol=1e-5,
)
npt.assert_allclose(
Expand Down

0 comments on commit 0247117

Please sign in to comment.