Skip to content

Commit

Permalink
Update solution_file_1a.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
RJDennis committed Apr 26, 2022
1 parent 208feda commit 06a1bfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/solution_file_1a.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,4 @@ compare_solutions(soln_to,soln_nla,soln_nla.domain,100_000,123456)
compare_solutions(soln_foo,soln_nla,soln_nla.domain,100_000,123456)
compare_solutions(soln_nla,soln_nlg,soln_nla.domain,100_000,123456)
compare_solutions(soln_nla,soln_nlk,soln_nla.domain,100_000,123456)
compare_solutions(soln_nla,soln_nlz,soln_nla.domain,100_000,123456)

z = maximum(simulated_data1,dims=2)
tt = check_taylor_convergence(dsge,ss,z[:],4)
compare_solutions(soln_nla,soln_nlz,soln_nla.domain,100_000,123456)

0 comments on commit 06a1bfb

Please sign in to comment.