Skip to content

Commit e96e08b

Browse files
committed
TST: rm np.invert
1 parent d8ddc4c commit e96e08b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torch_np/tests/test_basic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828

2929
one_arg_funcs += [getattr(w, name) for name in _unary_ufuncs.__all__]
30+
one_arg_funcs = one_arg_funcs[:-1] # FIXME: remove np.invert
31+
3032

3133

3234
@pytest.mark.parametrize('func', one_arg_funcs)

0 commit comments

Comments
 (0)