Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Oct 1, 2024
1 parent 906d506 commit e80fe7e
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 @@ -201,7 +201,7 @@ def test_adapt(cli_runner, tmpdir):
)
npt.assert_allclose(
df["@dynamics:input_resistance"].to_list(),
[-1.0, -1.0], # we get spikes at rest
[0.0, 0.0], # we get spikes at rest
rtol=1e-5,
)
npt.assert_allclose(
Expand Down

0 comments on commit e80fe7e

Please sign in to comment.