Skip to content

Commit 6435832

Browse files
author
Chaluvadi
committed
modified random tests
1 parent 5a48ff5 commit 6435832

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_random.py

-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
import arrayfire_wrapper.dtypes as dtypes
66
import arrayfire_wrapper.lib as wrapper
77

8-
invalid_shape = (
9-
random.randint(1, 10),
10-
random.randint(1, 10),
11-
random.randint(1, 10),
12-
random.randint(1, 10),
13-
random.randint(1, 10),
14-
)
15-
168

179
@pytest.mark.parametrize(
1810
"shape",

0 commit comments

Comments
 (0)