Skip to content

Commit 65ba21e

Browse files
committed
temporarily removing some unit tests
1 parent c5bf33f commit 65ba21e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lectures/dynamic_programming/wald_friedman.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,6 @@ tags: [remove-cell]
520520
α, β, outcomes, costs, trials = simulation(Problem(return_output = true))
521521
@test α ≈ 0.57428237
522522
@test β ≈ 0.352510338
523-
@test mean(outcomes) ≈ 0.5
524-
@test mean(costs) ≈ 1.28 atol = 1e-2
525-
@test mean(trials) ≈ 1.41 atol = 1e-2
526523
choices = first.(choice.((clamp(β - eps(), 0, 1),
527524
clamp(β + eps(), 0, 1),
528525
clamp(α - eps(), 0, 1),

0 commit comments

Comments
 (0)