Skip to content

Commit

Permalink
test: generalise test_torch_broadcast_tensors to have multiple tensor…
Browse files Browse the repository at this point in the history
…s to broadcast instead of just 2
  • Loading branch information
Ishticode committed Feb 13, 2024
1 parent 3957146 commit d161925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
dtype_and_x=helpers.dtype_and_values(
available_dtypes=helpers.get_dtypes("valid"),
min_num_dims=1,
num_arrays=2,
num_arrays=helpers.ints(min_value=2, max_value=5),
),
)
def test_torch_broadcast_tensors(
Expand Down

0 comments on commit d161925

Please sign in to comment.