Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
etotheipluspi committed Jun 13, 2016
1 parent f409887 commit 49f2981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SARSOP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ export
include("constants.jl")
include("file.jl")
include("solver.jl")
#include("policy.jl")
include("simulator.jl")
include("graph.jl")
include("commons.jl")
include("require.jl")


end # module
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ d = initial_state_distribution(pomdp)
b = initialize_belief(up, d)
a = action(policy, b)

println("SARSOP tests passed")
reqs = SARSOP.required_methods()

0 comments on commit 49f2981

Please sign in to comment.