Skip to content

TermSetWrapper and write support #469

TermSetWrapper and write support

TermSetWrapper and write support #469

Triggered via pull request September 6, 2023 22:51
@mavaylon1mavaylon1
synchronize #950
wrapper
Status Failure
Total duration 24s
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

9 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
Process completed with exit code 1.