Skip to content

Commit a469cc1

Browse files
committed
TST: add numpy/lib/tests/test_type_check.py
NumPy commit 2aa0bf6973b709724624db8e8a51d8efbdeb5d22 (Feb 2023)
1 parent 5610453 commit a469cc1

File tree

2 files changed

+513
-0
lines changed

2 files changed

+513
-0
lines changed

torch_np/_wrapper.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,22 @@ def array_equiv(a1, a2):
10581058
return result
10591059

10601060

1061+
def common_type():
1062+
raise NotImplementedError
1063+
1064+
1065+
def mintypecode():
1066+
raise NotImplementedError
1067+
1068+
1069+
def nan_to_num():
1070+
raise NotImplementedError
1071+
1072+
1073+
def asfarray():
1074+
raise NotImplementedError
1075+
1076+
10611077
###### mapping from numpy API objects to wrappers from this module ######
10621078

10631079
# All is in the mapping dict in _mapping.py

0 commit comments

Comments
 (0)