Skip to content

Commit 9c60b11

Browse files
antonwolfyvtavana
andauthored
Update dpnp/tests/third_party/cupy/lib_tests/test_shape_base.py
Co-authored-by: Vahid Tavanashad <[email protected]>
1 parent 1f6df8e commit 9c60b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/tests/third_party/cupy/lib_tests/test_shape_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def test_apply_along_axis_invalid_axis():
110110

111111

112112
class TestApplyOverAxes(unittest.TestCase):
113+
113114
@testing.numpy_cupy_array_equal(type_check=has_support_aspect64())
114115
def test_simple(self, xp):
115116
a = xp.arange(24).reshape(2, 3, 4)

0 commit comments

Comments
 (0)