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
When I run recipe_combined_indices.yml, it results in the following error:
File "/pf/b/b381141/src/esmvalgroup/esmvalcore/esmvalcore/_task.py", line 583, in _collect_provenance
if ancestor_file in ancestor_products:
TypeError: unhashable type: 'list'
This is because the diagnostic write the provenance file run/combine_indices/main/diagnostic_provenance.yml like this:
When I run recipe_combined_indices.yml, it results in the following error:
This is because the diagnostic write the provenance file
run/combine_indices/main/diagnostic_provenance.yml
like this:while it should look like this:
The text was updated successfully, but these errors were encountered: