Skip to content

Commit

Permalink
Update tests with new BinManager
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-asmar committed Jul 24, 2024
1 parent 3762018 commit a9c015d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ end
@test abs(value(Γ1, initialstate(pomdp)) - value(Γ2, initialstate(pomdp))) < 1e-7

Γ, info = solve_info(solver, pomdp)
@test !isempty(info.tree.bm.bin_levels[1][:bin_count])
@test !isempty(info.tree.bm.bin_levels[1].bin_count)
@test length(info.tree.bm.bin_levels) == 2
end

Expand Down

0 comments on commit a9c015d

Please sign in to comment.