Skip to content
Snippets Groups Projects
Commit c3720d73 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fixup: skiptest if lbmpy not available

parent bcd6adb1
1 merge request!98WIP: Graph datahandling
......@@ -10,6 +10,8 @@
import pytest
pytest.importorskip('lbmpy')
from lbmpy.boundaries import UBB, FixedDensity, NoSlip
from lbmpy.geometry import add_pipe_inflow_boundary, add_pipe_walls
from lbmpy.lbstep import LatticeBoltzmannStep
......@@ -17,7 +19,6 @@ from pystencils.datahandling import create_data_handling
from pystencils.datahandling.graph_datahandling import GraphDataHandling
from pystencils.slicing import slice_from_direction
pytest.importorskip('lbmpy')
def create_lid_driven_cavity(domain_size=None, lid_velocity=0.005, lbm_kernel=None,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment