Open up bdpy.mri.fmriprep tests: surface GM, split_task_label, real_data marker, test_metrics FP fix - #116
Open
kencan7749 wants to merge 6 commits into
Open
Open up bdpy.mri.fmriprep tests: surface GM, split_task_label, real_data marker, test_metrics FP fix#116kencan7749 wants to merge 6 commits into
bdpy.mri.fmriprep tests: surface GM, split_task_label, real_data marker, test_metrics FP fix#116kencan7749 wants to merge 6 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#L573
bdpy/bdata/bdata.py:573: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