Skip to content

Commit fff2fcb

Browse files
committed
[BUG] I left a init in iterpolation options left during refactoring II. I hate python refactoring
1 parent c1ca16a commit fff2fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gempy_engine/core/data/options/interpolation_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def from_args(
9090
block_solutions_type = RawArraysSolution.BlockSolutionType.OCTREE
9191
sigmoid_slope = 5_000_000
9292

93-
return InterpolationOptions.from_args(
93+
return InterpolationOptions(
9494
kernel_options=kernel_options,
9595
evaluation_options=evaluation_options,
9696
# temp_interpolation_values=temp_interpolation_values,

0 commit comments

Comments
 (0)