From 1e201c5f170273b06b65c43f993301f8b7e11c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Fri, 23 Aug 2024 17:12:38 +0200 Subject: [PATCH] change rtol in voltage clamp tests --- tests/test_pyfeatures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pyfeatures.py b/tests/test_pyfeatures.py index ebbf2c75..307b9d3a 100644 --- a/tests/test_pyfeatures.py +++ b/tests/test_pyfeatures.py @@ -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)