mod: added 2d integral resorting to Fortran #50
Annotations
11 errors and 1 warning
Basic linting ruff:
sympleints/FortranRenderer.py#L10
sympleints/FortranRenderer.py:10:50: F401 `sympleints.helpers.get_reorder_inds` imported but unused
|
Basic linting ruff:
sympleints/FortranRenderer.py#L191
sympleints/FortranRenderer.py:191:9: F841 Local variable `equi_args` is assigned to but never used
|
Basic linting ruff:
sympleints/FortranRenderer.py#L192
sympleints/FortranRenderer.py:192:9: F841 Local variable `args` is assigned to but never used
|
Basic linting ruff:
sympleints/Functions.py#L143
sympleints/Functions.py:143:54: E741 Ambiguous variable name: `l`
|
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
|
Test with pytest
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading