Skip to content

Commit b8a45da

Browse files
committed
docs: removing export example
1 parent e77d58c commit b8a45da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/1_basic/plot_7_exporting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
print(surfaces[0].vtk)
3636

37-
surfaces[0].save('text.geoh5')
37+
# surfaces[0].save('text.geoh5')
3838

3939
######################################################################
4040
# Export the model to geoh5
@@ -43,4 +43,4 @@
4343
# method. This will save all the data, foliations, faults and other objects
4444
# in the model to a geoh5 file. This file can be loaded into LoopStructural
4545

46-
model.save('model.geoh5')
46+
# model.save('model.geoh5')

0 commit comments

Comments
 (0)