NOAA-GFDL / fre-cli

Python-based command line interface for FRE (FMS Runtime Environment) to compile and run FMS-based models and post-process their output.
GNU Lesser General Public License v3.0
3 stars 7 forks source link

intakebuilder --> catalogbuilder #128

Closed ilaflott closed 1 month ago

ilaflott commented 1 month ago

Describe the bug This bug is about-to-be-existing, as noaa-gfdl::intakebuilder still exists, but is being replaced with noaa-gfdl::catalogbuilder. the code will begin to complain the module intakebuilder does not exist. lines like import intakebuilder must be changed to something like import catalogbuilder.intakebuilder to remain consistent and have equivalent functioning.

To Reproduce When noaa-gfdl::intakebuilder is deleted, one will have to do nothing to see the problem. it will show up in pipelines with fre catalog calls. Locally, one would need to conda env create with an up-to-date environment.yaml omitting intakebuilder deliberately and locally pip installing the right branch of CatalogBuilder to see the exact bug.

Expected behavior no error messages described as above.

Additional context CatalogBuilder development