add sbx half #221
Annotations
10 errors and 1 warning
Ruff (F401):
docs/source/guide/user/1-start.ipynb#L3
docs/source/guide/user/1-start.ipynb:1:1: F401 `evox` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
Ruff (F401):
docs/source/guide/user/2-problems.ipynb#L3
docs/source/guide/user/2-problems.ipynb:1:1: F401 `evox` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
Ruff (I001):
src/evox/algorithms/__init__.py#L19
src/evox/algorithms/__init__.py:19:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/evox/algorithms/__init__.py#L21
src/evox/algorithms/__init__.py:21:23: F401 `.mo.NSGA2` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (I001):
src/evox/algorithms/mo/__init__.py#L3
src/evox/algorithms/mo/__init__.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/evox/algorithms/mo/nsga2.py#L1
src/evox/algorithms/mo/nsga2.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/evox/algorithms/mo/nsga2.py#L5
src/evox/algorithms/mo/nsga2.py:5:21: F401 `...core.Parameter` imported but unused
|
Ruff (F401):
src/evox/algorithms/mo/nsga2.py#L5
src/evox/algorithms/mo/nsga2.py:5:54: F401 `...core.trace_impl` imported but unused
|
Ruff (F401):
src/evox/algorithms/mo/nsga2.py#L9
src/evox/algorithms/mo/nsga2.py:9:29: F401 `...utils.nanmin` imported but unused
|
Ruff (F401):
src/evox/algorithms/mo/nsga2.py#L9
src/evox/algorithms/mo/nsga2.py:9:37: F401 `...utils.nanmax` imported but unused
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|