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 b40e101 commit bc340c2Copy full SHA for bc340c2
tests/statespace/test_ETS.py
@@ -408,4 +408,4 @@ def test_ETS_stationary_initialization():
408
R, Q = outputs["selection"], outputs["state_cov"]
409
P0_expected = linalg.solve_discrete_lyapunov(T_stationary, R @ Q @ R.T)
410
411
- assert_allclose(outputs["initial_state_cov"], P0_expected)
+ assert_allclose(outputs["initial_state_cov"], P0_expected, rtol=1e-8, atol=1e-8)
0 commit comments