completed scipy.io
#100
ci.yml
on: pull_request
lint-and-typecheck
56s
stubtest-all
1m 4s
Matrix: stubtest
Annotations
4 errors
lint-and-typecheck:
scipy-stubs/linalg/_matfuncs_inv_ssq.pyi#L12
Mismatch between signature of __new__ and __init__ in class "_MatrixM1PowerOperator"
Signature of __init__ is "(A: NDArray[number[NBitBase]], p: int) -> None"
Signature of __new__ is "(*args: Untyped, **kwargs: Untyped) -> _MatrixM1PowerOperator" (reportInconsistentConstructor)
|
lint-and-typecheck
1 error
|
lint-and-typecheck
Process completed with exit code 1.
|
stubtest-all
Process completed with exit code 1.
|