From 6b351cb6846867ee30ee558d443b6ffacf1207dc Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Fri, 19 Apr 2024 16:33:45 +0200 Subject: [PATCH] a few tests work on numpy 2 --- tests/compute/sympy/test_scale.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/compute/sympy/test_scale.py b/tests/compute/sympy/test_scale.py index 6b466cce..3135c6b2 100644 --- a/tests/compute/sympy/test_scale.py +++ b/tests/compute/sympy/test_scale.py @@ -25,7 +25,6 @@ ) >= packaging.version.Version("2.0.0rc1") -@pytest.mark.xfail(numpy_2, reason="mpmath does not support numpy 2.0 yet") def test_planar_posfactor(): vec = vector.VectorSympy2D( azimuthal=vector.backends.sympy.AzimuthalSympyXY(x, y), @@ -43,7 +42,6 @@ def test_planar_posfactor(): assert out.y.subs(values).evalf() == pytest.approx(2 * 1.75) -@pytest.mark.xfail(numpy_2, reason="mpmath does not support numpy 2.0 yet") def test_planar_negfactor(): vec = vector.VectorSympy2D( azimuthal=vector.backends.sympy.AzimuthalSympyXY(x, y),