We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafdf9d commit bd21d96Copy full SHA for bd21d96
1 file changed
pytests/test_torchoperator.py
@@ -108,6 +108,4 @@ def test_TorchOperator_batch_nd(par, dtype):
108
yt = yt.detach().cpu().numpy()
109
110
assert yt.dtype == dtype
111
- assert_array_equal(
112
- y,
113
- )
+ assert_array_equal(y, yt)
0 commit comments