Skip to content

Commit 98f9214

Browse files
committed
idem
1 parent b49190f commit 98f9214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/mhe/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ function invert_cov!(estim::MovingHorizonEstimator, P̄)
475475
if err isa SingularException || err isa LAPACKException
476476
@warn("Arrival covariance is not invertible: keeping the old one")
477477
else
478-
rethrow(err)
478+
rethrow()
479479
end
480480
end
481481
return nothing

0 commit comments

Comments
 (0)