Skip to content

Commit

Permalink
numpy.infty --> numpy.inf
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 8, 2023
1 parent d2bc59b commit 7841be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_potential.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
)

Expand Down

0 comments on commit 7841be7

Please sign in to comment.