Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Sep 20, 2024
1 parent 6f9fc0a commit 304fe5a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/models/statespace/collision_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,9 @@
returnvars = KeepLast(),
showprogress = false
)
@test mean(result.posteriors[:x][1, 1]) [0, 0, 0, 0] atol=5e-1
@test mean(result.posteriors[:x][1, nr_steps]) [0, 0, 50, 0] atol=5e-1
@test mean(result.posteriors[:x][2, 1]) [0, 0, 50, 0] atol=5e-1
@test mean(result.posteriors[:x][2, nr_steps]) [0, 0, 0, 0] atol=5e-1

@test mean(result.posteriors[:x][1, 1]) [0, 0, 0, 0] atol = 5e-1
@test mean(result.posteriors[:x][1, nr_steps]) [0, 0, 50, 0] atol = 5e-1
@test mean(result.posteriors[:x][2, 1]) [0, 0, 50, 0] atol = 5e-1
@test mean(result.posteriors[:x][2, nr_steps]) [0, 0, 0, 0] atol = 5e-1
end
end
end

0 comments on commit 304fe5a

Please sign in to comment.