Skip to content
Snippets Groups Projects
Commit 99a88b29 authored by Markus Holzer's avatar Markus Holzer
Browse files

Fix linter

parent 653b40c3
Branches
No related tags found
1 merge request!106Draft: Wall law
Pipeline #35454 passed
......@@ -198,7 +198,7 @@ def _predefined_stencils(stencil: str, ordering: str):
(1, 0, -1), (-1, 0, 1), (0, 1, -1), (0, -1, 1)),
'braunschweig': ((0, 0, 0),
(1, 0, 0), (-1, 0, 0), (0, 1, 0), (0, -1, 0), (0, 0, 1), (0, 0, -1),
(1, 1, 0), (-1, -1, 0), (1, -1, 0), (-1, 1, 0),
(1, 1, 0), (-1, -1, 0), (1, -1, 0), (-1, 1, 0),
(1, 0, 1), (-1, 0, -1), (1, 0, -1), (-1, 0, 1),
(0, 1, 1), (0, -1, -1), (0, 1, -1), (0, -1, 1)),
'premnath': ((0, 0, 0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment