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
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.
Describe the bug
This bug is about-to-be-existing, as
noaa-gfdl::intakebuilder
still exists, but is being replaced withnoaa-gfdl::catalogbuilder
. the code will begin to complain the moduleintakebuilder
does not exist. lines likeimport intakebuilder
must be changed to something likeimport 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 withfre catalog
calls. Locally, one would need toconda env create
with an up-to-dateenvironment.yaml
omittingintakebuilder
deliberately and locallypip
installing the right branch of CatalogBuilder to see the exact bug.Expected behavior
no error messages described as above.
Additional context
CatalogBuilder development
The text was updated successfully, but these errors were encountered: