Skip to content

Commit

Permalink
removed blink from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Jan 28, 2017
1 parent c6ad84e commit 2758f0c
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 @@ -27,7 +27,7 @@ state = GridWorldState(1,1)

a = action(policy, state)

MCTS.blink(TreeVisualizer(policy, state))
# MCTS.blink(TreeVisualizer(policy, state))

clear_tree!(policy)
@test isempty(policy.tree)
Expand Down

0 comments on commit 2758f0c

Please sign in to comment.