Skip to content
Prev Previous commit
Next Next commit
modified random tests
  • Loading branch information
Chaluvadi committed Mar 4, 2024
commit 643583252e5ca91df236e37c0f93d16a4bc2d506
8 changes: 0 additions & 8 deletions tests/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
import arrayfire_wrapper.dtypes as dtypes
import arrayfire_wrapper.lib as wrapper

invalid_shape = (
random.randint(1, 10),
random.randint(1, 10),
random.randint(1, 10),
random.randint(1, 10),
random.randint(1, 10),
)


@pytest.mark.parametrize(
"shape",
Expand Down