Skip to content

Commit

Permalink
list_actions fix after changing export
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-asmar committed Dec 11, 2023
1 parent 28eb634 commit 8e92121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/action_space_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pomdp = TagPOMDP()
acts = actions(pomdp)

list_actions(pomdp)
TagPOMDPProblem.list_actions(pomdp)

@test all(acts .== ordered_actions(pomdp))
@test length(acts) == length(actions(pomdp))
Expand Down

0 comments on commit 8e92121

Please sign in to comment.