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 7fdf42f commit f0f77d3Copy full SHA for f0f77d3
tests/special/test_ufuncs.pyi
@@ -61,7 +61,7 @@ assert_type(sp.cbrt([0]), _Float64ND)
61
assert_type(sp.cbrt(0.0), np.float64)
62
assert_type(sp.cbrt([0.0]), _Float64ND)
63
sp.cbrt(0j) # type:ignore[call-overload] # pyright: ignore[reportArgumentType, reportCallIssue]
64
-sp.cbrt([0j]) # type:ignore[arg-type] # pyright: ignore[reportArgumentType, reportCallIssue]
+sp.cbrt([0j]) # pyright: ignore[reportArgumentType, reportCallIssue]
65
assert_type(sp.cbrt.at(_b1_nd, _i), None)
66
assert_type(sp.cbrt.at(_f8_nd, _i), None)
67
sp.cbrt.at(_c16, _i) # type:ignore[arg-type] # pyright: ignore[reportArgumentType]
0 commit comments