Skip to content

Commit

Permalink
change rtol in voltage clamp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Aug 23, 2024
1 parent 13dd7b7 commit 1e201c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyfeatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,4 +439,4 @@ def test_inactivation_time_constant():
168.54772458, 143.78127593, 146.63424961, 145.0907385, 167.04060933,
142.24530676, 137.62498461
]
numpy.testing.assert_allclose(inact_tau, inact_tau_ref)
numpy.testing.assert_allclose(inact_tau, inact_tau_ref, rtol=1e-6)

0 comments on commit 1e201c5

Please sign in to comment.