Skip to content

Commit 110d21c

Browse files
committed
fix: Remove POISSON_SOLVER_SOR_SIMD from test presets list
The constant was removed from _CORE_EXPORTS in 3a56067 but remained in the test _PRESETS list, causing 3 failures on CI.
1 parent fe75056 commit 110d21c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_poisson_solver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class TestPoissonSolverPresets:
7373
"POISSON_SOLVER_CG_SCALAR",
7474
"POISSON_SOLVER_CG_SIMD",
7575
"POISSON_SOLVER_CG_OMP",
76-
"POISSON_SOLVER_SOR_SIMD",
7776
]
7877

7978
def test_solver_preset_constants_exist(self):

0 commit comments

Comments
 (0)