Skip to content

Commit bd5d5cb

Browse files
committed
fix test
1 parent c977ecd commit bd5d5cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_ins_/test_vru.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def test_process_noise_covariance_matrix():
6969
[0.0, 0.0, 0.0, 0.0, 0.0, dt * (2.0 * gbs**2 / gbc)],
7070
])
7171

72+
np.testing.assert_allclose(Q_out, Q_expect)
7273

7374
def test_reset():
7475
q_nb = np.array([1.0, 0.0, 0.0, 0.0])

0 commit comments

Comments
 (0)