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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
lbmpy
Commits
00f27770
Commit
00f27770
authored
1 year ago
by
Helen Schottenhamml
Browse files
Options
Downloads
Patches
Plain Diff
Also exclude database file if blitzdb not found.
parent
91a2d0fc
No related branches found
No related tags found
1 merge request
!147
Fourth-order correction for cumulants
Pipeline
#54442
passed
1 year ago
Stage: pretest
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conftest.py
+2
-1
2 additions, 1 deletion
conftest.py
with
2 additions
and
1 deletion
conftest.py
+
2
−
1
View file @
00f27770
...
...
@@ -62,7 +62,8 @@ except ImportError:
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
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
"
)]
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
lbmpy_tests/test_json_serializer.py
"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
lbmpy/db.py
"
)]
if
platform
.
system
().
lower
()
==
'
windows
'
:
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
register
or
sign in
to comment