Skip to content

Commit 9a833ff

Browse files
committed
revert utils change
Signed-off-by: Nitish Bharambe <[email protected]>
1 parent 949c002 commit 9a833ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class MockFn:
7171
__slots__ = ["fn", "args", "kwargs", "postfix"]
7272

7373
__array_struct__ = np.array([]).__array_struct__
74+
__array_prepare__ = np.array([]).__array_prepare__
7475

7576
def __init__(self, fn: str, *args, **kwargs):
7677
self.fn = fn

0 commit comments

Comments
 (0)