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 03861ae commit bf9bad2Copy full SHA for bf9bad2
numpy/typing/tests/data/fail/multiarray.pyi
@@ -34,7 +34,6 @@ np.unpackbits(AR_u1, bitorder=">") # E: incompatible type
34
np.shares_memory(1, 1, max_work=i8) # E: incompatible type
35
np.may_share_memory(1, 1, max_work=i8) # E: incompatible type
36
37
-np.arange(M) # E: No overload variant
38
np.arange(stop=10) # E: No overload variant
39
40
np.datetime_data(int) # E: incompatible type
0 commit comments