Skip to content

Commit

Permalink
Merge pull request #447 from rchen152/alltrue
Browse files Browse the repository at this point in the history
Remove usage of deprecated np.alltrue().
  • Loading branch information
FrancescAlted authored Sep 25, 2023
2 parents be0dcb5 + 45eef01 commit 51f66ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numexpr/tests/test_numexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import numpy as np
from numpy import (
array, arange, empty, zeros, int32, int64, uint16, complex_, float64, rec,
copy, ones_like, where, alltrue, linspace,
copy, ones_like, where, all as alltrue, linspace,
sum, prod, sqrt, fmod, floor, ceil,
sin, cos, tan, arcsin, arccos, arctan, arctan2,
sinh, cosh, tanh, arcsinh, arccosh, arctanh,
Expand Down

0 comments on commit 51f66ec

Please sign in to comment.