From f7f9632ea6f99c64099a8f301b15bb98c3a90004 Mon Sep 17 00:00:00 2001 From: RJDennis Date: Wed, 6 Apr 2022 19:55:14 +0100 Subject: [PATCH] Update solution_file_1a.jl --- test/solution_file_1a.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/solution_file_1a.jl b/test/solution_file_1a.jl index 8f8d9d8..4c6dadd 100644 --- a/test/solution_file_1a.jl +++ b/test/solution_file_1a.jl @@ -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) \ No newline at end of file