Skip to content

Commit

Permalink
fix bad merge in strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Apr 1, 2024
1 parent cdcfbf4 commit 0aab116
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions xarray/testing/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@
]


# required to exclude weirder dtypes e.g. unicode, byte_string, array, or nested dtypes.
def numeric_dtypes() -> st.SearchStrategy[np.dtype]:
"""
Generates only those numpy dtypes which xarray can handle.
Requires the hypothesis package to be installed.
"""


class ArrayStrategyFn(Protocol[T_DuckArray]):
def __call__(
self,
Expand Down

0 comments on commit 0aab116

Please sign in to comment.