Skip to content

2024‐05‐15

Michael Levy edited this page May 15, 2024 · 2 revisions

May 15, 2024

Agenda:

  1. General updates
  2. Collaborative work time

Slides

Notes

  • Updates

    • New PR (add docstrings to python files, clean up formatting)
    • In progress: PR to use github actions to enforce formatting
    • CUPiD introduced at CGD Exchange
    • CESM Project meeting looking to provide CUPiD with list of ~20 "priority metrics"
    • Bringing in runoff diagnostics?
  • Upcoming discussions

    • Next time: tutorial on bringing in "priority metrics." Collaborative worktime will focus on creating example computing these
    • ILAMB pushed back to June 19th
  • CWT

    • Issue: ploomber's ScriptRunner doesn't support running python scripts in a different environment (cupid-dev)

      • Discussion started in #93 about how to proceed

        • Kludgy work-around would be os.system(conda run -n cupid-analysis python script.py)

        • Cleaner fix would be to update ploomber and submit a PR

          • Questions: what testing does ploomber require? How long will it take to get accepted / merged / tagged?

          • Proposal: define ScriptRunner class in CUPiD, then go through the steps of pushing it back to ploomber later

Clone this wiki locally