From 9955a1ca8b5c7f0179b48a8051f135edd6179517 Mon Sep 17 00:00:00 2001 From: "isidora.araya" <isidora.araya@ug.uchile.cl> Date: Wed, 15 Jun 2022 20:55:11 +0200 Subject: [PATCH] ignore another warning --- pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index ffe3554..fb78fb1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,6 +6,6 @@ filterwarnings = ignore:the matrix subclass is not the recommended way to represent matrices:PendingDeprecationWarning # Remove once sympy fixes how it uses distutils ignore:distutils Version classes are deprecated. Use packaging.version instead:DeprecationWarning + ignore:np.asscalar(a) is deprecated since NumPy v1.16, use a.item() instead:DeprecationWarning # Remove once setuptools figures it out - ignore:lib2to3:PendingDeprecationWarning - + ignore:lib2to3:PendingDeprecationWarning \ No newline at end of file -- GitLab