Skip to content
Snippets Groups Projects

Conftest: waLBerla, kerncraft

Merged Stephan Seitz requested to merge seitz/pystencils:conftest-waLBerla-kerncraft into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -52,6 +52,13 @@ except ImportError:
@@ -52,6 +52,13 @@ except ImportError:
os.path.join(SCRIPT_FOLDER, "pystencils_tests/benchmark/benchmark.py")]
os.path.join(SCRIPT_FOLDER, "pystencils_tests/benchmark/benchmark.py")]
add_path_to_ignore('pystencils/kerncraft_coupling')
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:
try:
import blitzdb
import blitzdb
except ImportError:
except ImportError:
Loading