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 6, 2022
1 parent 5473233 commit f7f9632
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/solution_file_1a.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ 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)

0 comments on commit f7f9632

Please sign in to comment.