Skip to content

TermSetWrapper and write support #467

TermSetWrapper and write support

TermSetWrapper and write support #467

Triggered via pull request September 6, 2023 18:37
@mavaylon1mavaylon1
synchronize #950
wrapper
Status Failure
Total duration 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): docs/write_foo.py#L8
docs/write_foo.py:8:27: F401 `pynwb.ecephys.LFP` imported but unused
Ruff (F401): docs/write_foo.py#L8
docs/write_foo.py:8:32: F401 `pynwb.ecephys.ElectricalSeries` imported but unused
Ruff (F401): docs/write_foo.py#L11
docs/write_foo.py:11:18: F401 `hdmf.Data` imported but unused
Ruff (E402): docs/write_foo.py#L15
docs/write_foo.py:15:1: E402 Module level import not at top of file
Ruff (F811): docs/write_foo.py#L15
docs/write_foo.py:15:17: F811 Redefinition of unused `np` from line 4
Ruff (E402): docs/write_foo.py#L17
docs/write_foo.py:17:1: E402 Module level import not at top of file
Ruff (E402): docs/write_foo.py#L22
docs/write_foo.py:22:1: E402 Module level import not at top of file
Ruff (T100): docs/write_foo.py#L52
docs/write_foo.py:52:1: T100 Trace found: `breakpoint` used
Ruff (F401): src/hdmf/container.py#L13
src/hdmf/container.py:13:28: F401 `.utils.docval_macro` imported but unused
Ruff (F841): src/hdmf/utils.py#L277
src/hdmf/utils.py:277:17: F841 Local variable `termset` is assigned to but never used