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 75d0c75 commit 91ae808Copy full SHA for 91ae808
unittest/python/test_complex_schur.py
@@ -14,3 +14,6 @@
14
15
assert eigenpy.is_approx(A.real, (U @ T @ U_star).real)
16
assert np.allclose(A.imag, (U @ T @ U_star).imag, atol=1e-10)
17
+
18
+cs.setMaxIterations(10)
19
+assert cs.getMaxIterations() == 10
0 commit comments