Skip to content

Commit

Permalink
docs: 📝 adding warning that analysis module is experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Feb 19, 2022
1 parent a661294 commit 0574e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LoopStructural/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Various tools for analysing loopstructural models, including calculating fault intersections and fault toplogies
"""
logger.warning("LoopStructural.analysis is experimental and may not perform as expected")
from ._fault_displacement import displacement_missfit
from ._fault_intersection import calculate_fault_intersections
from ._topology import calculate_fault_topology_matrix

0 comments on commit 0574e57

Please sign in to comment.