Skip to content

Major refactor:

Major refactor: #1

Triggered via pull request December 7, 2024 00:55
Status Failure
Total duration 23s
Artifacts

ci.yml

on: pull_request
Check style
8s
Check style
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (F841): src/pylsl/examples/HandleMetadata.py#L28
src/pylsl/examples/HandleMetadata.py:28:5: F841 Local variable `outlet` is assigned to but never used
Ruff (F401): src/pylsl/examples/PerformanceTest.py#L24
src/pylsl/examples/PerformanceTest.py:24:34: F401 `numpy.fft.rfft` imported but unused
Ruff (F841): src/pylsl/examples/PerformanceTest.py#L342
src/pylsl/examples/PerformanceTest.py:342:9: F841 Local variable `stream_Fs` is assigned to but never used
Ruff (E722): src/pylsl/info.py#L92
src/pylsl/info.py:92:9: E722 Do not use bare `except`
Ruff (E722): src/pylsl/outlet.py#L63
src/pylsl/outlet.py:63:9: E722 Do not use bare `except`
Check style
Process completed with exit code 1.