Fix blockinner+OpenMP and blocklevels=2 with high-order stencils #111
lint.yaml
on: pull_request
Lint the codebase
18s
Spellcheck everything
14s
Lint Github actions YAML files
8s
Lint dockerfiles
11s
Annotations
2 errors
|
Lint the codebase
Process completed with exit code 1.
|
|
ruff (SIM108):
devito/ir/iet/visitors.py#L665
devito/ir/iet/visitors.py:665:21: SIM108 Use ternary operator `n_iters = _max - o.dim if o.direction == Backward else o.dim - _min` instead of `if`-`else`-block
|