Teagan King
Teagan King
Thanks for reviewing this @billsacks ! I'm also not totally following the testing suggestion from @ekluzek -- Erik, do you mind explaining that a bit more?
> Sorry I just wanted to make sure we had all the boxes checked off here: > > [#262 (comment)](https://github.com/ESCOMP/CDEPS/pull/262#issuecomment-2101161162) > > Namely making sure this CMEPS code works in...
The linked PR above has been created to resolve this issue.
@wwieder Do we want to add a new [tech note](https://escomp.github.io/ctsm-docs/versions/master/html/tech_note/index.html) section (eg, 2.33) for running with NEON? I'm not sure that it would fit under other pre-existing sections. I'd be...
Hi @NCAR/geocat, it's great to see the updates that were made with the new extrapolate parameter in `interp_hybrid_to_pressure()`! Thanks for all of your work on this! I think this will...
Just for reference, the function which includes ScriptRunner is [create_ploomber_script_task](https://github.com/NCAR/CUPiD/blob/7134f3a8b88f2e1104be2ac80bbd0183c26b1ce8/cupid/util.py#L208C1-L209C1). In the ScriptRunner documentation, it looks like we should be able to specify the environment in the configuration file using...
Apologies, I may have jumped ahead without enough research on this... I saw this in an example, but after another look, I'm now thinking that the example was not accurate...
It looks like the `kernelspec_name` in NotebookRunner is set roughly [here](https://github.com/ploomber/ploomber/blob/345f0a06b1baca57b20855449cce298329d2047a/src/ploomber/tasks/notebook.py#L749). Perhaps we could add an environment to [this part of ScriptRunner](https://github.com/ploomber/ploomber/blob/345f0a06b1baca57b20855449cce298329d2047a/src/ploomber/tasks/notebook.py#L957)? Or, if we prefer to do something from...
From @mnlevy1981 , we could also possibly use something like `os.system("conda run -n cupid-analysis python script.py")` in `run.py` to replace line 254 (call to `create_ploomber_script_task`.
I'm working on [updates to ploomber](https://github.com/TeaganKing/ploomber/tree/script_env) to address this.