Skip to content

Commit

Permalink
fix: renaming enums to be consistent with calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Jun 8, 2022
1 parent 36e5eab commit 57ed443
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions LoopStructural/modelling/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ class FeatureType(IntEnum):
INTERPOLATED = 1
STRUCTURALFRAME = 2
REGION = 3
FOLDEDFEATURE = 4
ANALYTICALFEATURE = 5
LAMBDAFEATURE = 6
FOLDED = 4
ANALYTICAL = 5
LAMBDA = 6
UNCONFORMITY = 7


from ._base_geological_feature import BaseFeature
Expand Down

0 comments on commit 57ed443

Please sign in to comment.