Skip to content

Commit 9c1d598

Browse files
committed
Fix test
1 parent e7aac75 commit 9c1d598

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

numexpr/tests/test_numexpr.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,10 @@ class Skip(Exception): pass
903903
or "%" in expr
904904
or "arctan2" in expr
905905
or "fmod" in expr
906-
# or "hypot" in expr
907-
# or "nextafter" in expr
906+
or "hypot" in expr
907+
or "nextafter" in expr
908+
or "copysign" in expr
909+
or "trunc" in expr
908910
or "floor" in expr
909911
or "ceil" in expr
910912
)

0 commit comments

Comments
 (0)