Skip to content

Commit

Permalink
Merge branch 'features/1457-Add_randomized_SVD' into features/1458-Ad…
Browse files Browse the repository at this point in the history
…d_incremental_SVD/PCA
  • Loading branch information
Hoppe committed Sep 6, 2024
2 parents 10d9691 + aa8c725 commit 2a752ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heat/core/tests/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def test_rand(self):
self.assertTrue(ht.equal(a, b))

# Too big arrays cant be created
with self.assertRaises(RuntimeError):
with self.assertRaises(ValueError):
ht.random.randn(0x7FFFFFFFFFFFFFFF)
with self.assertRaises(ValueError):
ht.random.rand(3, 2, -2, 5, split=1)
Expand Down

0 comments on commit 2a752ac

Please sign in to comment.