Teal
Teal
Is `ClimaMain.f` intentionally sleeping for two seconds at the beginning of the model run? I'm not sure it's necessary to wait that long for anything that's happened prior to the...
Removed a few commented print statements, as well.
The documentation repeats the same link twice in the first section of [Basic Structure of a GWCS object](https://gwcs.readthedocs.io/en/latest/#basic-structure-of-a-gwcs-object). The two bullet points both go to [Save a WCS object as...
astrodata
Submitting Author: D.J. Teal (@teald) All current maintainers: @teald, @chris-simpson, @jehturner Package Name: astrodata One-Line Description of Package: Common interface for astronomical data products. Repository Link: [https://github.com/GeminiDRSoftware/astrodata](https://github.com/GeminiDRSoftware/astrodata) Version submitted: 2.9.2...
Adds `port_number` as a valid option in the interactive configuration option in `.dragonsrc`. E.g., ```toml [interactive] port_number = 8203 ``` The default is the same as it was before (`5006`).
# Summary This PR removes the `astrodata/` directory in DRAGONS, as well as references to it in: - [x] Build scripts - [x] Documentation - [x] Other locations # Related...
# Summary This PR creates a new, automated development environment for DRAGONS using `nox`. It works with `venv` and `conda`, following the current steps outlined in `README.md` + some quality...