Skip to content

Commit c80ee45

Browse files
committed
rethrow kalman errors
1 parent 3151370 commit c80ee45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/estimator/kalman.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ struct SteadyKalmanFilter <: StateEstimator
3737
error("Cannot compute the optimal Kalman gain K for the "*
3838
"SteadyKalmanFilter. You may try to remove integrators with nint_ym "*
3939
"parameter or use the time-varying KalmanFilter.")
40+
else
41+
rethrow()
4042
end
4143
end
4244
i_ym = collect(i_ym)

0 commit comments

Comments
 (0)