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 e334ec3 commit cdfda1dCopy full SHA for cdfda1d
numpy/typing/tests/data/pass/lib_utils.py
@@ -17,6 +17,3 @@ def func(a: int) -> bool: ...
17
18
np.info(1, output=FILE)
19
20
-np.source(np.interp, output=FILE)
21
-
22
-np.lookfor("binary representation", output=FILE)
numpy/typing/tests/data/pass/numerictypes.py
@@ -23,10 +23,6 @@
23
np.sctype2char("S1")
24
np.sctype2char(list)
25
26
-np.cast[int]
27
-np.cast["i8"]
28
-np.cast[np.int64]
29
30
np.nbytes[int]
31
np.nbytes["i8"]
32
np.nbytes[np.int64]
0 commit comments