Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
lbmpy
Commits
91a2d0fc
Commit
91a2d0fc
authored
Jul 18, 2023
by
Helen Schottenhamml
Browse files
Options
Downloads
Patches
Plain Diff
Exclude new tests when blitzdb not found.
parent
a132d378
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!147
Fourth-order correction for cumulants
Pipeline
#54440
failed
Jul 18, 2023
Stage: pretest
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
conftest.py
+3
-1
3 additions, 1 deletion
conftest.py
with
3 additions
and
1 deletion
conftest.py
+
3
−
1
View file @
91a2d0fc
...
@@ -60,7 +60,9 @@ try:
...
@@ -60,7 +60,9 @@ try:
except
ImportError
:
except
ImportError
:
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
lbmpy_tests/benchmark
"
),
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
lbmpy_tests/benchmark
"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
lbmpy_tests/full_scenarios/kida_vortex_flow/scenario_kida_vortex_flow.py
"
)]
"
lbmpy_tests/full_scenarios/kida_vortex_flow/scenario_kida_vortex_flow.py
"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
lbmpy_tests/full_scenarios/shear_wave/scenario_shear_wave.py
"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
lbmpy_tests/test_json_serializer.py
"
)]
if
platform
.
system
().
lower
()
==
'
windows
'
:
if
platform
.
system
().
lower
()
==
'
windows
'
:
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
lbmpy_tests/test_quicktests.py
"
)]
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
lbmpy_tests/test_quicktests.py
"
)]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment