Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
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
Stephan Seitz
pystencils
Commits
307d0d00
Commit
307d0d00
authored
5 years ago
by
Stephan Seitz
Browse files
Options
Downloads
Patches
Plain Diff
Fixup: skiptest if lbmpy not available
parent
468d41d5
No related branches found
No related tags found
No related merge requests found
Pipeline
#20206
passed with warnings
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pystencils_tests/test_graph_datahandling.py
+2
-1
2 additions, 1 deletion
pystencils_tests/test_graph_datahandling.py
with
2 additions
and
1 deletion
pystencils_tests/test_graph_datahandling.py
+
2
−
1
View file @
307d0d00
...
@@ -10,6 +10,8 @@
...
@@ -10,6 +10,8 @@
import
pytest
import
pytest
pytest
.
importorskip
(
'
lbmpy
'
)
from
lbmpy.boundaries
import
UBB
,
FixedDensity
,
NoSlip
from
lbmpy.boundaries
import
UBB
,
FixedDensity
,
NoSlip
from
lbmpy.geometry
import
add_pipe_inflow_boundary
,
add_pipe_walls
from
lbmpy.geometry
import
add_pipe_inflow_boundary
,
add_pipe_walls
from
lbmpy.lbstep
import
LatticeBoltzmannStep
from
lbmpy.lbstep
import
LatticeBoltzmannStep
...
@@ -17,7 +19,6 @@ from pystencils.datahandling import create_data_handling
...
@@ -17,7 +19,6 @@ from pystencils.datahandling import create_data_handling
from
pystencils.datahandling.graph_datahandling
import
GraphDataHandling
from
pystencils.datahandling.graph_datahandling
import
GraphDataHandling
from
pystencils.slicing
import
slice_from_direction
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
,
def
create_lid_driven_cavity
(
domain_size
=
None
,
lid_velocity
=
0.005
,
lbm_kernel
=
None
,
...
...
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