``` #881
Annotations
6 errors and 1 warning
|
ruff
The process '/opt/hostedtoolcache/ruff/0.11.8/x86_64/ruff' failed with exit code 1
|
|
Ruff (F821):
unit_test/algorithms/test_de_variants.py#L18
unit_test/algorithms/test_de_variants.py:18:33: F821 Undefined name `ub`
|
|
Ruff (F821):
unit_test/algorithms/test_de_variants.py#L18
unit_test/algorithms/test_de_variants.py:18:29: F821 Undefined name `lb`
|
|
Ruff (F821):
unit_test/algorithms/test_de_variants.py#L18
unit_test/algorithms/test_de_variants.py:18:19: F821 Undefined name `pop_size`
|
|
Ruff (F401):
src/evox/workflows/eval_monitor.py#L7
src/evox/workflows/eval_monitor.py:7:33: F401 `torch._C._functorch.get_unwrapped` imported but unused
|
|
Ruff (I001):
src/evox/workflows/eval_monitor.py#L1
src/evox/workflows/eval_monitor.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
ruff
Could not parse version from /home/runner/work/evox/evox/pyproject.toml. Using latest version.
|