Drop the hdf5storage dependency (write-side breaking change)#141
Draft
KenyaOtsuka wants to merge 3 commits into
Draft
Drop the hdf5storage dependency (write-side breaking change)#141KenyaOtsuka wants to merge 3 commits into
KenyaOtsuka wants to merge 3 commits into
Annotations
10 errors
|
Lint with ruff:
bdpy/dataform/datastore.py#L57
bdpy/dataform/datastore.py:57:30: ANN001 Missing type annotation for function argument `file_type`
|
|
Lint with ruff:
bdpy/dataform/datastore.py#L57
bdpy/dataform/datastore.py:57:18: ANN001 Missing type annotation for function argument `dpath`
|
|
Lint with ruff:
bdpy/dataform/datastore.py#L56
bdpy/dataform/datastore.py:56:9: ANN204 Missing return type annotation for special method `__init__`
help: Add return type annotation: `None`
|
|
Lint with ruff:
bdpy/dataform/datastore.py#L1
bdpy/dataform/datastore.py:1:1: D400 First line should end with a period
help: Add period
|
|
Lint with ruff:
bdpy/dataform/__init__.py#L11
bdpy/dataform/__init__.py:11:1: F403 `from .sparse import *` used; unable to detect undefined names
|
|
Lint with ruff:
bdpy/dataform/__init__.py#L10
bdpy/dataform/__init__.py:10:1: F403 `from .pd import *` used; unable to detect undefined names
|
|
Lint with ruff:
bdpy/dataform/__init__.py#L8
bdpy/dataform/__init__.py:8:1: F403 `from .features import *` used; unable to detect undefined names
|
|
Lint with ruff:
bdpy/dataform/__init__.py#L7
bdpy/dataform/__init__.py:7:1: F403 `from .datastore import *` used; unable to detect undefined names
|
|
Lint with ruff:
bdpy/dataform/__init__.py#L1
bdpy/dataform/__init__.py:1:1: D400 First line should end with a period
help: Add period
|
|
Lint with ruff:
bdpy/bdata/bdata.py#L574
bdpy/bdata/bdata.py:574:25: E712 Avoid equality comparisons to `True`; use `np.array(selected_mask):` for truth checks
help: Replace with `np.array(selected_mask)`
|
background
wait
wait-all
cancel
parallel
Loading