Skip to content

Commit 27f0052

Browse files
committed
comment all lines associated with test
1 parent 0b60b48 commit 27f0052

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lectures/dynamic_programming_squared/opt_tax_recur.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,9 +1581,9 @@ tags: [remove-cell]
15811581
@testset begin
15821582
@test M_time_example.G[sHist_l] ≈ [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]
15831583
#test M_time_example.Θ[sHist_l] .* sim_seq_l[2] ≈ [1.026385289423105, 0.9945696863679917,
1584-
0.9945696863679917, 0.9945696863679917,
1585-
0.9945696863679917, 0.9945696863679917,
1586-
0.9945696863679917]
1584+
# 0.9945696863679917, 0.9945696863679917,
1585+
# 0.9945696863679917, 0.9945696863679917,
1586+
# 0.9945696863679917]
15871587
@test M_time_example.G[sHist_h] ≈ [0.1, 0.1, 0.1, 0.2, 0.1, 0.1, 0.1]
15881588
#test sim_seq_l[end] ≈ [1.0361020796451619, 1.111111111111111, 1.052459380877434,
15891589
1.111111111111111, 1.111111111111111, 1.111111111111111]

0 commit comments

Comments
 (0)