back to numpy 1.x for now #474
Annotations
11 errors
[mypy] src/artisanlib/transposer.py#L663:
src/artisanlib/transposer.py#L663
Module has no attribute "RankWarning" [attr-defined]
|
[mypy] src/artisanlib/transposer.py#L714:
src/artisanlib/transposer.py#L714
Module has no attribute "RankWarning" [attr-defined]
|
[mypy] src/artisanlib/transposer.py#L951:
src/artisanlib/transposer.py#L951
Module has no attribute "RankWarning" [attr-defined]
|
[mypy] src/artisanlib/transposer.py#L997:
src/artisanlib/transposer.py#L997
Module has no attribute "RankWarning" [attr-defined]
|
[mypy] src/artisanlib/main.py#L6719:
src/artisanlib/main.py#L6719
Unused "type: ignore" comment [unused-ignore]
|
[mypy] src/artisanlib/main.py#L6732:
src/artisanlib/main.py#L6732
Unused "type: ignore" comment [unused-ignore]
|
runner / mypy
Process completed with exit code 1.
|
src/artisanlib/transposer.py#L663
E1101: Module 'numpy.exceptions' has no 'RankWarning' member (no-member)
|
src/artisanlib/transposer.py#L714
E1101: Module 'numpy.exceptions' has no 'RankWarning' member (no-member)
|
src/artisanlib/transposer.py#L951
E1101: Module 'numpy.exceptions' has no 'RankWarning' member (no-member)
|
src/artisanlib/transposer.py#L997
E1101: Module 'numpy.exceptions' has no 'RankWarning' member (no-member)
|