Feature inversion pipeline for modular iCNN construction #115
Annotations
10 errors and 7 warnings
Static type check with mypy:
bdpy/util/info.py#L13
Library stubs not installed for "yaml"
|
Static type check with mypy:
bdpy/util/info.py#L24
Argument 1 to "md5" has incompatible type "str"; expected "Buffer"
|
Static type check with mypy:
bdpy/fig/tile_images.py#L5
Skipping analyzing "matplotlib.pyplot": module is installed, but missing library stubs or py.typed marker
|
Static type check with mypy:
bdpy/fig/tile_images.py#L5
Skipping analyzing "matplotlib": module is installed, but missing library stubs or py.typed marker
|
Static type check with mypy:
bdpy/fig/tile_images.py#L6
Skipping analyzing "matplotlib.gridspec": module is installed, but missing library stubs or py.typed marker
|
Static type check with mypy:
tests/task/test_callback.py#L29
List item 2 has incompatible type "Tuple[Callable[[int, int], int], Tuple[int, int], int]"; expected "Tuple[Callable[..., Any], Tuple[Any], Any]"
|
Static type check with mypy:
bdpy/util/utils.py#L48
Need type annotation for "group_vector" (hint: "group_vector: List[<type>] = ...")
|
Static type check with mypy:
bdpy/util/utils.py#L64
Incompatible types in assignment (expression has type "ndarray[Any, dtype[Any]]", variable has type "List[Any]")
|
Static type check with mypy:
bdpy/util/utils.py#L118
Item "List[Any]" of "Union[List[Any], ndarray[Any, Any]]" has no attribute "ndim"
|
Static type check with mypy:
bdpy/util/utils.py#L119
No overload variant of "__getitem__" of "list" matches argument type "List[Any]"
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static type check with mypy:
bdpy/util/utils.py#L119
Possible overload variants:
|
Static type check with mypy:
bdpy/util/utils.py#L121
Possible overload variants:
|
Static type check with mypy:
bdpy/dataset/utils.py#L11
Hint: "python3 -m pip install types-tqdm"
|
Static type check with mypy:
bdpy/dataset/utils.py#L11
(or run "mypy --install-types" to install all missing stub packages)
|
Static type check with mypy:
bdpy/dataset/utils.py#L11
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
|
Static type check with mypy:
bdpy/dataform/features.py#L382
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs
|
Loading