Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
lbmpy
Commits
99a88b29
Commit
99a88b29
authored
Nov 08, 2021
by
Markus Holzer
Browse files
Fix linter
parent
653b40c3
Pipeline
#35442
passed with stages
in 37 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lbmpy/stencils.py
View file @
99a88b29
...
...
@@ -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
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment