We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949c002 commit 9a833ffCopy full SHA for 9a833ff
tests/utils.py
@@ -71,6 +71,7 @@ class MockFn:
71
__slots__ = ["fn", "args", "kwargs", "postfix"]
72
73
__array_struct__ = np.array([]).__array_struct__
74
+ __array_prepare__ = np.array([]).__array_prepare__
75
76
def __init__(self, fn: str, *args, **kwargs):
77
self.fn = fn
0 commit comments