Skip to content

Commit 51f66ec

Browse files
Merge pull request #447 from rchen152/alltrue
Remove usage of deprecated np.alltrue().
2 parents be0dcb5 + 45eef01 commit 51f66ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numexpr/tests/test_numexpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import numpy as np
2121
from numpy import (
2222
array, arange, empty, zeros, int32, int64, uint16, complex_, float64, rec,
23-
copy, ones_like, where, alltrue, linspace,
23+
copy, ones_like, where, all as alltrue, linspace,
2424
sum, prod, sqrt, fmod, floor, ceil,
2525
sin, cos, tan, arcsin, arccos, arctan, arctan2,
2626
sinh, cosh, tanh, arcsinh, arccosh, arctanh,

0 commit comments

Comments
 (0)