From 76b7504d442010e5e97ad3ede327e57a6c676dda Mon Sep 17 00:00:00 2001 From: Adriano Meligrana <68152031+Tortar@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:16:11 +0100 Subject: [PATCH] Update BeforeIT.jl --- src/BeforeIT.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BeforeIT.jl b/src/BeforeIT.jl index b973393..71daeff 100644 --- a/src/BeforeIT.jl +++ b/src/BeforeIT.jl @@ -42,6 +42,7 @@ include("markets/search_and_matching.jl") include("utils/estimate.jl") include("utils/nfvar3.jl") include("utils/randpl.jl") +include("utils/wsample.jl") include("utils/epsilon.jl") include("utils/positive.jl") include("utils/toannual.jl") @@ -59,4 +60,5 @@ include("utils/standard_calibration_data.jl") # shocks include("shocks/shocks.jl") + end