-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update environment.yml and related files for new OG-Core version #25
Conversation
I did the following steps and ran the example script on my Apple M1 computer and everything ran great.
Here is the output and computation times that I got on my machine. Baseline steady state successfully computed equilibrium output
Baseline transition path successfully computed equilibrium output (18 min, 43 sec)
Reform steady state successfully computed equilibrium output
Reform transition path successfully computed equilibrium output (33 min, 11 sec)
We can update some CI tests in a future PR to make sure this runs on all other platforms. |
I'm testing this now but one issue that somehow was lost in the shuffle is the use of Anaconda has recently changed their default version of I'm not sure if OG-CORE wants to make this change as I don't know much about the security implications of keeping the older As a longer term solution I will inform the colleagues in UN Population about this issue. |
@SeaCelo. I just updated the |
I agree |
This PR updates the OG-ZAF
environment.yml
file and related other files to update the repository for the recent changes in theOG-Core
repository dependency. This PR does the following:environment-M1.yml
fileenvironment.yml
file such that themkl
dependency is deleted,python
can go up tov3.10.8
, and addedipython
andsetuptools
README.md
with new badges and with updated running instructions that no longer include separate Apple M1 chip instructionssetup.py
.cc: @SeaCelo @sarvonz