Skip to content

Commit

Permalink
MAINT: Remove np.int_
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsokol committed Oct 3, 2023
1 parent 531d338 commit 53113bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/extra/numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ def integer_array_indices(
shape: Shape,
*,
result_shape: st.SearchStrategy[Shape] = array_shapes(),
dtype: D = np.int_,
dtype: D = np.dtype(int),
) -> "st.SearchStrategy[Tuple[NDArray[D], ...]]":
"""Return a search strategy for tuples of integer-arrays that, when used
to index into an array of shape ``shape``, given an array whose shape
Expand Down

0 comments on commit 53113bc

Please sign in to comment.