From 51fee8e42faadbb3ddb46aa85d10c90fcf519b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Fr=C3=B6hlich?= Date: Wed, 18 Dec 2024 10:03:48 +0000 Subject: [PATCH] Update pytest.ini --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 8cc45e0fd9..03d50d80e1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -24,5 +24,7 @@ filterwarnings = ignore:.*PyDevIPCompleter6.*:DeprecationWarning # ignore numpy log(0) warnings (np.log(0) = -inf) ignore:divide by zero encountered in log:RuntimeWarning + # ignore jax deprecation warnings + ignore:jax.* is deprecated:DeprecationWarning norecursedirs = .git amici_models build doc documentation matlab models ThirdParty amici sdist examples