Skip to content

Commit 2c56e89

Browse files
committed
change the numpy tests, as well
1 parent d1bafdd commit 2c56e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xarray_array_testing/tests/test_numpy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class NumpyTestMixin(DuckArrayTestMixin):
1818
def xp(self) -> ModuleType:
1919
return np
2020

21-
@property
22-
def array_type(self) -> type[np.ndarray]:
21+
@staticmethod
22+
def array_type(op: str) -> type[np.ndarray]:
2323
return np.ndarray
2424

2525
@staticmethod

0 commit comments

Comments
 (0)