Skip to content

Commit 73f4eca

Browse files
committed
Test _unary_ufuncs.abs over _wrappers.abs in test_basic.py
This was the behaviour before isort
1 parent 4252aec commit 73f4eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_np/tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646

4747

48-
one_arg_funcs += [getattr(w, name) for name in _unary_ufuncs.__all__]
48+
one_arg_funcs += [getattr(_unary_ufuncs, name) for name in _unary_ufuncs.__all__]
4949
one_arg_funcs = one_arg_funcs[:-1] # FIXME: remove np.invert
5050

5151

0 commit comments

Comments
 (0)