compiler: Fixup halo exchange with sequentially-iterated, distributed dimensions #290
lint.yaml
on: pull_request
Lint the codebase
16s
Spellcheck everything
11s
Lint Github actions YAML files
8s
Lint dockerfiles
14s
Annotations
5 errors
|
Lint the codebase
Process completed with exit code 1.
|
|
ruff (B018):
tests/test_mpi.py#L2198
tests/test_mpi.py:2198:9: B018 Found useless expression. Either assign it to a variable or remove it.
|
|
ruff (B023):
devito/ir/clusters/algorithms.py#L476
devito/ir/clusters/algorithms.py:476:41: B023 Function definition does not bind loop variable `key1`
|
|
ruff (B023):
devito/ir/clusters/algorithms.py#L476
devito/ir/clusters/algorithms.py:476:29: B023 Function definition does not bind loop variable `key0`
|
|
ruff (B023):
devito/ir/clusters/algorithms.py#L475
devito/ir/clusters/algorithms.py:475:39: B023 Function definition does not bind loop variable `hs`
|