Skip to content

Commit a9be028

Browse files
committed
docstring fix
1 parent eeb4ab1 commit a9be028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/smsfusion/_ins/_vru.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def _process_noise_covariance_matrix(
101101
102102
Returns
103103
-------
104-
Q : ndarray, shape (9, 9)
104+
Q : ndarray, shape (6, 6)
105105
Process noise covariance matrix.
106106
"""
107107
Q = np.zeros((6, 6))

0 commit comments

Comments
 (0)