Skip to content

Commit 535dcd7

Browse files
committed
[TEST] Small changes
1 parent f55e21f commit 535dcd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_modules/test_gempy_subsurface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_gempy_to_subsurface():
4545

4646
trisurf = subsurface.core.structs.unstructured_elements.triangular_surface.TriSurf(meshes)
4747
pyvista_mesh = ss.visualization.to_pyvista_mesh(trisurf)
48-
ss.visualization.pv_plot([pyvista_mesh], image_2d=False)
48+
ss.visualization.pv_plot([pyvista_mesh], image_2d=True)
4949

5050

5151
def test_gempy_to_subsurface_II():

test/test_modules/test_pile/test_stratigraphic_pile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import gempy as gp
1414

1515

16-
@pytest.skip(reason="Not implemented yet")
16+
@pytest.mark.skip(reason="Not implemented yet")
1717
class TestStratigraphicPile:
1818
@pytest.fixture(autouse=True)
1919
def borehole_set(self):

0 commit comments

Comments
 (0)