Skip to content

Commit cb8c139

Browse files
authored
Merge branch 'master' into update-third-party-tests
2 parents 1cdc7af + 2191b84 commit cb8c139

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dpnp/tests/test_linalg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ def test_out(self):
601601
expected = numpy.einsum("ii->i", a.asnumpy())
602602
assert_dtype_allclose(result, expected)
603603

604+
@testing.with_requires("numpy>=2.4.5")
604605
def test_out_0d(self):
605606
a = numpy.ones(7, dtype=int)
606607
out = numpy.array(0, dtype=a.dtype)

0 commit comments

Comments
 (0)