Skip to content

Commit

Permalink
docs: removing export example
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jun 6, 2024
1 parent e77d58c commit b8a45da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/1_basic/plot_7_exporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

print(surfaces[0].vtk)

surfaces[0].save('text.geoh5')
# surfaces[0].save('text.geoh5')

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

model.save('model.geoh5')
# model.save('model.geoh5')

0 comments on commit b8a45da

Please sign in to comment.