Fix string identity comparison in BrainData#124
Merged
ganow merged 1 commit intoMay 22, 2026
Annotations
10 errors and 6 warnings
|
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:
tests/test_pipeline.py#L8
Library stubs not installed for "yaml"
|
|
Static type check with mypy:
bdpy/dataset/utils.py#L44
"bool" has no attribute "n"
|
|
Static type check with mypy:
bdpy/dataset/utils.py#L44
"bool" has no attribute "update"
|
|
Static type check with mypy:
bdpy/dataset/utils.py#L11
Library stubs not installed for "tqdm"
|
|
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:
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#L5
Skipping analyzing "matplotlib.pyplot": module is installed, but missing library stubs or py.typed marker
|
|
Static type check with mypy:
bdpy/util/info.py#L24
Argument 1 to "openssl_md5" has incompatible type "str"; expected "Buffer"
|
|
Static type check with mypy:
bdpy/util/info.py#L13
Library stubs not installed for "yaml"
|
|
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
|
|
Static type check with mypy:
bdpy/util/utils.py#L121
Possible overload variants:
|
|
Static type check with mypy:
bdpy/util/utils.py#L119
Possible overload variants:
|
|
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/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
Hint: "python3 -m pip install types-tqdm"
|
background
wait
wait-all
cancel
parallel
Loading