Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed Jul 14, 2024
1 parent a802b73 commit 7371e41
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/circular_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
@test has_consistent_distributions(pomdp)

# test non-exported solvers
# NOTE: MCTS is broken currently
# @testset "Solvers" begin
# @testset "MCTS" begin
# solver = MCTSSolver(n_iterations=10, depth=5, exploration_constant=5.0)
# @test_nowarn test_solver(solver, pomdp)
# end

# # @testset "CompressedSolver" begin
# # # TODO: compressed solver
# # solver = MCTSSolver(n_iterations=10, depth=5, exploration_constant=5.0)
# # # @test_nowarn test_solver(solver, pomdp)
# # end
# end


Expand Down

0 comments on commit 7371e41

Please sign in to comment.