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
Stephan Seitz
pystencils
Commits
7922fd83
Commit
7922fd83
authored
Aug 20, 2019
by
Stephan Seitz
Browse files
Add waLBerla to conftest
parent
33cd0e24
Pipeline
#17390
passed with stage
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conftest.py
View file @
7922fd83
...
...
@@ -52,6 +52,13 @@ except ImportError:
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils_tests/benchmark/benchmark.py"
)]
add_path_to_ignore
(
'pystencils/kerncraft_coupling'
)
try
:
import
waLBerla
except
ImportError
:
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils_tests/test_aligned_array.py"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils_tests/test_datahandling_parallel.py"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils_tests/test_small_block_benchmark.ipynb"
)]
try
:
import
blitzdb
except
ImportError
:
...
...
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