Skip to content

Commit 145c274

Browse files
authored
Fault function refactor (#178)
* fix: check fault trace length before fitting polyline * fix: set feature faults to builder faults before building * refactor: 🎨 adding abc and type hints to fault functions Added plot, to_dict, from_dict methods to the fault functions.
1 parent 84da8c5 commit 145c274

File tree

2 files changed

+277
-77
lines changed

2 files changed

+277
-77
lines changed

LoopStructural/modelling/features/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22

33

44
class FeatureType(IntEnum):
5-
"""
6-
Enum for the different interpolator types
7-
8-
1-9 should cover interpolators with supports
9-
9+ are data supported
10-
"""
5+
""" """
116

127
BASE = 0
138
INTERPOLATED = 1

0 commit comments

Comments
 (0)