Skip to content

Commit

Permalink
removed unnecessary dtype_and_values limits from ivy.igamma
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaTz committed Jul 26, 2023
1 parent 0d9e03b commit cc9cab7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,14 +377,8 @@ def test_bincount(*, dtype_and_x, test_flags, backend_fw, fn_name, on_device):
available_dtypes=helpers.get_dtypes("valid"),
num_arrays=2,
shared_dtype=True,
abs_smallest_val=1e-5,
min_num_dims=2,
max_num_dims=2,
min_dim_size=3,
max_dim_size=3,
min_value=2,
max_value=100,
allow_nan=False,
),
test_gradients=st.just(False),
test_with_out=st.just(False),
Expand Down

0 comments on commit cc9cab7

Please sign in to comment.