add widget and configurator #154
lint.yml
on: push
lint-mdanse
15s
lint_check_ruff
8s
lint-mdanse-gui
13s
lint_check_ruff_gui
8s
Annotations
11 errors
Ruff (F841):
MDANSE/Src/MDANSE/Framework/Configurators/TrajectoryFilterConfigurator.py#L100
MDANSE/Src/MDANSE/Framework/Configurators/TrajectoryFilterConfigurator.py:100:43: F841 Local variable `e` is assigned to but never used
|
Ruff (F841):
MDANSE/Src/MDANSE/Framework/Jobs/TrajectoryFilter.py#L119
MDANSE/Src/MDANSE/Framework/Jobs/TrajectoryFilter.py:119:9: F841 Local variable `atoms` is assigned to but never used
|
Ruff (F841):
MDANSE/Src/MDANSE/Mathematics/Signal.py#L920
MDANSE/Src/MDANSE/Mathematics/Signal.py:920:5: F841 Local variable `num_atoms` is assigned to but never used
|
Ruff (F841):
MDANSE/Src/MDANSE/Mathematics/Signal.py#L922
MDANSE/Src/MDANSE/Mathematics/Signal.py:922:5: F841 Local variable `sorted_atoms` is assigned to but never used
|
Ruff (F821):
MDANSE/Src/MDANSE/Mathematics/Signal.py#L961
MDANSE/Src/MDANSE/Mathematics/Signal.py:961:31: F821 Undefined name `weight`
|
Ruff (F821):
MDANSE/Src/MDANSE/Mathematics/Signal.py#L969
MDANSE/Src/MDANSE/Mathematics/Signal.py:969:30: F821 Undefined name `weight`
|
lint_check_ruff
The process '/opt/hostedtoolcache/ruff/0.9.7/x86_64/ruff' failed with exit code 1
|
Ruff (F541):
MDANSE_GUI/Src/MDANSE_GUI/InputWidgets/TrajectoryFilterWidget.py#L657
MDANSE_GUI/Src/MDANSE_GUI/InputWidgets/TrajectoryFilterWidget.py:657:17: F541 f-string without any placeholders
|
lint_check_ruff_gui
The process '/opt/hostedtoolcache/ruff/0.9.7/x86_64/ruff' failed with exit code 1
|
lint-mdanse-gui
Process completed with exit code 1.
|
lint-mdanse
Process completed with exit code 1.
|