Skip to content

Commit 7e87e29

Browse files
committed
[TEST] Fixing test for ci
1 parent 7d730cb commit 7e87e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_modules/test_serialize_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_generate_horizontal_stratigraphic_model():
1616
model_json = model.model_dump_json(by_alias=True, indent=4)
1717

1818
# Write the JSON to disk
19-
if True:
19+
if False:
2020
file_path = os.path.join("temp", "horizontal_stratigraphic_model.json")
2121
with open(file_path, "w") as f:
2222
f.write(model_json)
@@ -58,7 +58,7 @@ def test_save_model_to_disk():
5858
gp.compute_model(loaded_model)
5959
if True:
6060
import gempy_viewer as gpv
61-
gpv.plot_3d(loaded_model)
61+
gpv.plot_3d(loaded_model, image=True)
6262

6363

6464

0 commit comments

Comments
 (0)