Skip to content

Commit de7705c

Browse files
committed
test split 3
1 parent 2370e07 commit de7705c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heat/core/tests/test_random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def test_rand(self):
160160
self.assertTrue((counts == 1).all())
161161

162162
# Two large arrays that were created after each other don't share any values
163-
b = ht.random.rand(14, 7, 3, 12, 18, 42, split=2, dtype=ht.float64)
163+
b = ht.random.rand(14, 7, 3, 12, 18, 42, split=3, dtype=ht.float64)
164164
_, t_counts = torch.unique(b.larray, return_counts=True)
165165
# Assert that no value appears more than once locally
166166
print("DEBUGGING: t_counts>1: ", t_counts[t_counts > 1])

0 commit comments

Comments
 (0)