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
In using-intake-catalog.ipynb, the catalog returned only includes a column long_name rather than variable_long_name, which was referenced in the code many times and will result in runtime error.
If there is a change in the catalog after this notebook was written, I can draft a PR to change all the occurrences of variable_long_name to long_name.
The text was updated successfully, but these errors were encountered:
In
using-intake-catalog.ipynb
, the catalog returned only includes a columnlong_name
rather thanvariable_long_name
, which was referenced in the code many times and will result in runtime error.If there is a change in the catalog after this notebook was written, I can draft a PR to change all the occurrences of
variable_long_name
tolong_name
.The text was updated successfully, but these errors were encountered: