Skip to content

Commit

Permalink
FIX: Remove test for tie breaking for the perturbed version of `best_…
Browse files Browse the repository at this point in the history
…reponse`
  • Loading branch information
QBatista committed Mar 9, 2018
1 parent e09dd42 commit f616b27
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_normal_form_game.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
# Perturbed best response
@test best_response(player, [2/3, 1/3], [0., 0.1]) == 2
@test best_response(player, [2, 1], [0., 0.1]) == 2
@test best_response(
player, [2/3, 1/3], [0.1, 0.1], tie_breaking="random"
) in [1, 2]
@test_throws ArgumentError best_response(
player, [2/3, 1/3], [0.1, 0.1], tie_breaking="0"
)
end

@testset "Player with 2 opponents" begin
Expand Down

0 comments on commit f616b27

Please sign in to comment.