We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d09bd commit b58dd88Copy full SHA for b58dd88
tests/models/test_arch_sccnn.py
@@ -84,6 +84,6 @@ def test_functionality(remote_sample: Callable) -> None:
84
}
85
86
output = model.postproc(output[0], block_info=block_info)
87
- ys, xs, _, _ = np.nonzero(output)
+ ys, xs, _ = np.nonzero(output)
88
np.testing.assert_array_equal(xs, np.array([]))
89
np.testing.assert_array_equal(ys, np.array([]))
0 commit comments