gentzkow / template_archive

19 stars 33 forks source link

Minor change in repository + full run check #80

Closed jc-cisneros closed 1 year ago

jc-cisneros commented 1 year ago

In this issue we will move the Julia environment setup script (julia_conda_env.jl) to the setup module. As part of this issue, we will complete a full run of the repository to make sure everything is still working as expected.

Goals of the issue:

cc. @gentzkow @snairdesai

jc-cisneros commented 1 year ago

Given that all steps have been completed, we can proceed with a PR for this changes.

jc-cisneros commented 1 year ago

Summary

In this issue we moved the Julia environment setup script to the setup directory. Additionally, we rebuilt the environment and completed a full run of template. The main change is that now all the packages in conda_env.yaml are unconstrained (i.e., their version is not fixed).

Changes were brought to master in #81.