From 00487e71ecc6a17defe0d636cfa3caf6527e153b Mon Sep 17 00:00:00 2001 From: Jo Bovy Date: Fri, 8 Sep 2023 16:53:09 -0400 Subject: [PATCH] numpy.infty --> numpy.inf in one test (#600) --- tests/test_potential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_potential.py b/tests/test_potential.py index 58965c237..c21a11f50 100644 --- a/tests/test_potential.py +++ b/tests/test_potential.py @@ -6026,7 +6026,7 @@ def pot(R, z, amp=1.0, a=0.75): * special.jv(0, k * a) * numpy.exp(-k * numpy.fabs(z)), 0.0, - numpy.infty, + numpy.inf, )[0] )