We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bafdd commit 2c56e89Copy full SHA for 2c56e89
1 file changed
xarray_array_testing/tests/test_numpy.py
@@ -18,8 +18,8 @@ class NumpyTestMixin(DuckArrayTestMixin):
18
def xp(self) -> ModuleType:
19
return np
20
21
- @property
22
- def array_type(self) -> type[np.ndarray]:
+ @staticmethod
+ def array_type(op: str) -> type[np.ndarray]:
23
return np.ndarray
24
25
@staticmethod
0 commit comments