Skip to content

Commit 99a963d

Browse files
committed
Fix condition number in test
1 parent 7359ec9 commit 99a963d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/slate/test_slate_hybridization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_mixed_poisson_approximated_schur():
244244
245245
NOTE: With the setup in this test, using the approximated schur complemement
246246
defined as DGLaplacian as a preconditioner to the schur complement,
247-
reduces the condition number of the local solve from 16.77 to 5.95.
247+
reduces the condition number of the local solve from 16.77 to 6.06.
248248
"""
249249
# setup FEM
250250
a, L, W = setup_poisson()

0 commit comments

Comments
 (0)