We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebceb19 commit f9d7214Copy full SHA for f9d7214
gempy_engine/API/interp_single/_interp_scalar_field.py
@@ -51,7 +51,7 @@ def interpolate_scalar_field(solver_input: SolverInput, options: InterpolationOp
51
52
BackendTensor.pykeops_enabled = False
53
match weights_cached:
54
- case None:
+ case None :
55
weights = _solve_and_store_weights(
56
solver_input=solver_input,
57
kernel_options=options.kernel_options,
0 commit comments