Use uncertainties in plots and fits #157
Lint-and-test.yml
on: pull_request
Matrix: tests
call-linter-workflow
/
ruff
10s
call-linter-workflow
/
pyright
1m 7s
Final Results
0s
Annotations
9 errors
Ruff (I001):
manual_system_tests/dae_scan.py#L3
manual_system_tests/dae_scan.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
manual_system_tests/dae_scan.py#L4
manual_system_tests/dae_scan.py:4:21: F401 `pathlib.Path` imported but unused
|
Ruff (F401):
manual_system_tests/dae_scan.py#L16
manual_system_tests/dae_scan.py:16:53: F401 `ibex_bluesky_core.callbacks.file_logger.HumanReadableFileCallback` imported but unused
|
Ruff (F401):
manual_system_tests/dae_scan.py#L18
manual_system_tests/dae_scan.py:18:63: F401 `ibex_bluesky_core.callbacks.fitting.fitting_utils.Linear` imported but unused
|
Ruff (F841):
manual_system_tests/dae_scan.py#L63
manual_system_tests/dae_scan.py:63:5: F841 Local variable `dae` is assigned to but never used
|
Ruff (B026):
src/ibex_bluesky_core/callbacks/plotting.py#L37
src/ibex_bluesky_core/callbacks/plotting.py:37:36: B026 Star-arg unpacking after a keyword argument is strongly discouraged
|
call-linter-workflow / ruff
Process completed with exit code 123.
|
call-linter-workflow / pyright
Process completed with exit code 1.
|
Final Results
Process completed with exit code 1.
|