Skip to content

Commit de6cc9b

Browse files
committed
[TEST] Not testing serialization for now when using compute_at
1 parent f7128cf commit de6cc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gempy/API/compute_API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def compute_model_at(gempy_model: GeoModel, at: np.ndarray,
9090
reset=True
9191
)
9292

93-
sol = compute_model(gempy_model, engine_config, validate_serialization=True)
93+
sol = compute_model(gempy_model, engine_config, validate_serialization=False)
9494
return sol.raw_arrays.custom
9595

9696

0 commit comments

Comments
 (0)