add: make (parts) of sympleint testable #45
Annotations
11 errors
Test with pytest
Process completed with exit code 2.
|
Basic linting ruff:
sympleints/Functions.py#L98
sympleints/Functions.py:98:9: F811 Redefinition of unused `prim_container_args` from line 91
|
Basic linting ruff:
sympleints/Functions.py#L150
sympleints/Functions.py:150:54: E741 Ambiguous variable name: `l`
|
Basic linting ruff:
sympleints/PythonRenderer.py#L1
sympleints/PythonRenderer.py:1:17: F401 `numpy` imported but unused
|
Basic linting ruff:
sympleints/__init__.py#L9
sympleints/__init__.py:9:1: E402 Module level import not at top of file
|
Basic linting ruff:
sympleints/__init__.py#L10
sympleints/__init__.py:10:5: F401 `sympleints.helpers.canonical_order` imported but unused; consider adding to `__all__` or using a redundant alias
|
Basic linting ruff:
sympleints/__init__.py#L11
sympleints/__init__.py:11:5: F401 `sympleints.helpers.get_center` imported but unused; consider adding to `__all__` or using a redundant alias
|
Basic linting ruff:
sympleints/__init__.py#L12
sympleints/__init__.py:12:5: F401 `sympleints.helpers.get_map` imported but unused; consider adding to `__all__` or using a redundant alias
|
Basic linting ruff:
sympleints/__init__.py#L13
sympleints/__init__.py:13:5: F401 `sympleints.helpers.get_timer_getter` imported but unused; consider adding to `__all__` or using a redundant alias
|
Basic linting ruff:
sympleints/__init__.py#L14
sympleints/__init__.py:14:5: F401 `sympleints.helpers.shell_iter` imported but unused; consider adding to `__all__` or using a redundant alias
|
Basic linting ruff:
sympleints/__init__.py#L15
sympleints/__init__.py:15:5: F401 `sympleints.helpers.Timer` imported but unused; consider adding to `__all__` or using a redundant alias
|
The logs for this run have expired and are no longer available.
Loading