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 c977ecd commit bd5d5cbCopy full SHA for bd5d5cb
1 file changed
tests/test_ins_/test_vru.py
@@ -69,6 +69,7 @@ def test_process_noise_covariance_matrix():
69
[0.0, 0.0, 0.0, 0.0, 0.0, dt * (2.0 * gbs**2 / gbc)],
70
])
71
72
+ np.testing.assert_allclose(Q_out, Q_expect)
73
74
def test_reset():
75
q_nb = np.array([1.0, 0.0, 0.0, 0.0])
0 commit comments