Skip to content

Commit 29f9c98

Browse files
committed
add atol for UKF testing
1 parent 929f418 commit 29f9c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_predictive_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,5 @@ end
198198
@test nmpc1.estim. [1,2,3,4]
199199
setstate!(nmpc1, [0,0,0,0])
200200
updatestate!(nmpc1, nmpc1.estim.model.uop, nmpc1.estim())
201-
@test nmpc1.estim. [0,0,0,0]
201+
@test nmpc1.estim. [0,0,0,0] atol=1e-6
202202
end

0 commit comments

Comments
 (0)