Skip to content

Commit a6ec1b5

Browse files
committed
Remove unnecessary, and now deprecated, vectorize1 import from scipy
1 parent 8e94507 commit a6ec1b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

galpy/util/quadpack.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import numpy
77
from scipy.integrate import fixed_quad, quad
8-
from scipy.integrate._quadrature import vectorize1
98

109

1110
def _infunc(x, func, gfun, hfun, more_args, epsrel, epsabs):

0 commit comments

Comments
 (0)