Skip to content

Commit f9d7214

Browse files
committed
[BUG] Fix corrupted cache handling and ensure proper initialization of weight cache directory
1 parent ebceb19 commit f9d7214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gempy_engine/API/interp_single/_interp_scalar_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def interpolate_scalar_field(solver_input: SolverInput, options: InterpolationOp
5151

5252
BackendTensor.pykeops_enabled = False
5353
match weights_cached:
54-
case None:
54+
case None :
5555
weights = _solve_and_store_weights(
5656
solver_input=solver_input,
5757
kernel_options=options.kernel_options,

0 commit comments

Comments
 (0)