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
06c45e4f
Commit
06c45e4f
authored
May 12, 2022
by
Markus Holzer
Browse files
Fix small typo
parent
43b5cdbb
Pipeline
#39761
passed with stages
in 79 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conftest.py
View file @
06c45e4f
...
...
@@ -63,7 +63,7 @@ except ImportError:
"lbmpy_tests/full_scenarios/kida_vortex_flow/scenario_kida_vortex_flow.py"
)]
if
platform
.
system
().
lower
()
==
'windows'
:
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"lbmpy_tests/test_quicktests.py
.py
"
)]
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"lbmpy_tests/test_quicktests.py"
)]
sver
=
sympy
.
__version__
.
split
(
"."
)
if
int
(
sver
[
0
])
==
1
and
int
(
sver
[
1
])
<
2
:
...
...
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