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
Fileintake_esm/core.py:425, inesm_datastore.search(self, require_all_on, **query)
419derived_cat_subset[key] =value421ifderivedcat_results:
422# Merge results from the main and the derived catalogs423esmcat_results= (
424pd.concat([esmcat_results, *derivedcat_results])
-->425 .drop_duplicates()
426 .reset_index(drop=True)
427 )
429cat=self.__class__({'esmcat': self.esmcat.dict(), 'df': esmcat_results})
430cat.esmcat.catalog_file=None# Don't save the catalog file
Version information: output of intake_esm.show_versions()
Paste the output of intake_esm.show_versions() here:
Description
We cannot run a search query on a derived variable if the variable column is iterable.
What I Did
Example csv
catalog.json
Running the following code:
I believe the issue comes from:
Version information: output of
intake_esm.show_versions()
Paste the output of
intake_esm.show_versions()
here:The text was updated successfully, but these errors were encountered: