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
56452c21
Commit
56452c21
authored
Aug 20, 2019
by
Martin Bauer
Browse files
Merge branch 'conftest-waLBerla-kerncraft' into 'master'
Conftest: waLBerla, kerncraft See merge request
pycodegen/pystencils!39
parents
790a98fc
7922fd83
Changes
1
Hide whitespace changes
Inline
Side-by-side
conftest.py
View file @
56452c21
...
...
@@ -48,9 +48,17 @@ except ImportError:
try
:
import
kerncraft
except
ImportError
:
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils_tests/test_kerncraft_coupling.py"
)]
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils_tests/test_kerncraft_coupling.py"
),
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