Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[TEST] Update CG solver test to disable PYKEOPS backend
  • Loading branch information
Leguark committed Sep 25, 2025
commit 8261b06e7f52fa05f30e01d24b2731122b1f2a2d
2 changes: 1 addition & 1 deletion test/test_modules/test_cg/test_cg_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_solve_with_cg():
print(model.structural_frame)

WeightCache.clear_cache()
BackendTensor.PYKEOPS = True
BackendTensor.PYKEOPS = False

sol = gp.compute_model(
gempy_model=model,
Expand Down