Skip to content

Commit c1ca16a

Browse files
committed
[BUG] I left a init in iterpolation options left during refactoring
1 parent ca1a984 commit c1ca16a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gempy_engine/core/data/options/interpolation_options.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ class CacheMode(enum.Enum):
4343
default_factory=TempInterpolationValues,
4444
exclude=True
4545
)
46-
47-
def __init__(self):
48-
pass
49-
46+
5047
# endregion
5148

5249
@classmethod

0 commit comments

Comments
 (0)