Skip to content

Commit 70e326d

Browse files
committed
change seed
1 parent 9d47b6a commit 70e326d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def test_tensordot_complex(self, dtype, axes):
423423
],
424424
)
425425
def test_tensordot_axes(self, dtype, axes):
426-
numpy.random.seed(42)
426+
numpy.random.seed(48)
427427
a = numpy.array(
428428
numpy.random.uniform(-10, 10, 120), dtype=dtype
429429
).reshape(2, 5, 3, 4)

0 commit comments

Comments
 (0)