Moved hedtools Jupyter examples from hed-examples #260
Annotations
8 errors
|
build (ubuntu-latest, 3.10)
Process completed with exit code 1.
|
|
Ruff (F841):
tests/test_notebooks.py#L360
tests/test_notebooks.py:360:21: F841 Local variable `nb` is assigned to but never used
|
|
Ruff (F401):
tests/test_notebooks.py#L15
tests/test_notebooks.py:15:8: F401 `json` imported but unused
|
|
Ruff (W291):
examples/validate_bids_datasets.ipynb#L1
examples/validate_bids_datasets.ipynb:1:1: W291 Trailing whitespace
|
|
Ruff (F541):
examples/validate_bids_dataset_with_libraries.ipynb#L1
examples/validate_bids_dataset_with_libraries.ipynb:1:1: F541 f-string without any placeholders
|
|
Ruff (F401):
examples/validate_bids_dataset_with_libraries.ipynb#L1
examples/validate_bids_dataset_with_libraries.ipynb:1:1: F401 `hed.schema.load_schema_version` imported but unused
|
|
Ruff (W293):
examples/summarize_events.ipynb#L1
examples/summarize_events.ipynb:1:1: W293 Blank line contains whitespace
|
|
Ruff (W291):
examples/find_event_combinations.ipynb#L1
examples/find_event_combinations.ipynb:1:1: W291 Trailing whitespace
|