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 3151370 commit c80ee45Copy full SHA for c80ee45
src/estimator/kalman.jl
@@ -37,6 +37,8 @@ struct SteadyKalmanFilter <: StateEstimator
37
error("Cannot compute the optimal Kalman gain K for the "*
38
"SteadyKalmanFilter. You may try to remove integrators with nint_ym "*
39
"parameter or use the time-varying KalmanFilter.")
40
+ else
41
+ rethrow()
42
end
43
44
i_ym = collect(i_ym)
0 commit comments