Skip to content

Commit e3384ff

Browse files
delete obsolete code
1 parent c1bc047 commit e3384ff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/smsfusion/_smoothing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ def __init__(self, ains: AidedINS | AHRS | VRU, cov_smoothing: bool = True) -> N
4848
self._dx_buf = [] # error-state estimates (w/o smoothing)
4949
self._P_prior_buf = [] # a priori error covariance estimates (w/o smoothing)
5050
self._phi_buf = [] # state transition matrix
51-
self._x = np.array([]) # smoothed state estimates
52-
self._P = np.array([]) # smoothed error covariance estimate
5351

5452
# Smoothed state and covariance estimates
5553
self._x = np.empty((0, 16), dtype="float64")

0 commit comments

Comments
 (0)