EvoXTorch project structure changes #157
+1,336
−118,204
Open
Annotations
10 errors and 1 warning
Run astral-sh/ruff-action@v3:
src/evox/algorithms/__init__.py#L1
src/evox/algorithms/__init__.py:1:1: F403 `from .pso_variants import *` used; unable to detect undefined names
|
Run astral-sh/ruff-action@v3:
src/evox/algorithms/__init__.py#L1
src/evox/algorithms/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run astral-sh/ruff-action@v3:
src/evox/algorithms/__init__.py#L2
src/evox/algorithms/__init__.py:2:1: F403 `from .de_variants import *` used; unable to detect undefined names
|
Run astral-sh/ruff-action@v3:
src/evox/algorithms/__init__.py#L3
src/evox/algorithms/__init__.py:3:1: F403 `from .es_variants import *` used; unable to detect undefined names
|
Run astral-sh/ruff-action@v3:
src/evox/algorithms/__init__.py#L3
src/evox/algorithms/__init__.py:3:27: W292 No newline at end of file
|
Run astral-sh/ruff-action@v3:
src/evox/algorithms/de_variants/__init__.py#L1
src/evox/algorithms/de_variants/__init__.py:1:17: F401 `.de.DE` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Run astral-sh/ruff-action@v3:
src/evox/algorithms/de_variants/__init__.py#L1
src/evox/algorithms/de_variants/__init__.py:1:19: W292 No newline at end of file
|
Run astral-sh/ruff-action@v3:
src/evox/algorithms/de_variants/de.py#L1
src/evox/algorithms/de_variants/de.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run astral-sh/ruff-action@v3:
src/evox/algorithms/de_variants/de.py#L29
src/evox/algorithms/de_variants/de.py:29:89: E501 Line too long (97 > 88)
|
Run astral-sh/ruff-action@v3:
src/evox/algorithms/de_variants/de.py#L30
src/evox/algorithms/de_variants/de.py:30:89: E501 Line too long (97 > 88)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading