You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At a glance, it's quite confusing currently how/what one is supposed to install in the environment to make the code in this repo work. Let's clarify that "story". Some items to fix:
It seems reasonable for a user to expect that installing climsim_utils (via pip install .) should give them everything they need. Currently, each of those directories has a requirements-lock.txt which @jerrylin96 has indicated is for development purposes (as a reference of a known working environment). Once development on those notebooks is complete (i.e., Complete evaluation notebooks (and cleanup evaluation directory) #21 is closed), let's try to get those notebooks to run based on only dependencies in setup.py.
Each of the baseline_models has it's own env/. That's presumably desirable, as we would not expect the models to run with the same env as the preprocessing/evaluation code. Perhaps we can just noted in some way in the README (if that is not already done).
The text was updated successfully, but these errors were encountered:
At a glance, it's quite confusing currently how/what one is supposed to install in the environment to make the code in this repo work. Let's clarify that "story". Some items to fix:
climsim_utils
(viapip install .
) should give them everything they need. Currently, each of those directories has arequirements-lock.txt
which @jerrylin96 has indicated is for development purposes (as a reference of a known working environment). Once development on those notebooks is complete (i.e., Completeevaluation
notebooks (and cleanupevaluation
directory) #21 is closed), let's try to get those notebooks to run based on only dependencies insetup.py
.environment.yml
in the repo root is actually just for the website. That's super confusing 😄 . Edit: Done in Move CONTRIBUTE.md to website folder #30.baseline_models
has it's ownenv/
. That's presumably desirable, as we would not expect the models to run with the same env as the preprocessing/evaluation code. Perhaps we can just noted in some way in the README (if that is not already done).The text was updated successfully, but these errors were encountered: