We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77d58c commit b8a45daCopy full SHA for b8a45da
examples/1_basic/plot_7_exporting.py
@@ -34,7 +34,7 @@
34
35
print(surfaces[0].vtk)
36
37
-surfaces[0].save('text.geoh5')
+# surfaces[0].save('text.geoh5')
38
39
######################################################################
40
# Export the model to geoh5
@@ -43,4 +43,4 @@
43
# method. This will save all the data, foliations, faults and other objects
44
# in the model to a geoh5 file. This file can be loaded into LoopStructural
45
46
-model.save('model.geoh5')
+# model.save('model.geoh5')
0 commit comments