Skip to content

Commit bc340c2

Browse files
Fix unrelated statespace test
1 parent b40e101 commit bc340c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/statespace/test_ETS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,4 @@ def test_ETS_stationary_initialization():
408408
R, Q = outputs["selection"], outputs["state_cov"]
409409
P0_expected = linalg.solve_discrete_lyapunov(T_stationary, R @ Q @ R.T)
410410

411-
assert_allclose(outputs["initial_state_cov"], P0_expected)
411+
assert_allclose(outputs["initial_state_cov"], P0_expected, rtol=1e-8, atol=1e-8)

0 commit comments

Comments
 (0)