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
The way we are specifying the list of iids has an issue when the actual version is specified explicitly (which is what we recommend in the Readme currently.
I might have been incorrect above. Here we actually treat iids without wildcards in a special way which we probably should not!
An iid with e.g. square brackets would be passed as is without running through pangeo-forge-esgf, likely leading to errors.
The way we are specifying the list of iids has an issue when the actual version is specified explicitly (which is what we recommend in the Readme currently.
An illustration (run from this PR branch jbusecke/pangeo-forge-esgf#40):
This works as expected and gives:
But if we only specify one of these datasets that were just parsed things go wrong:
gives:
A simple solution is to remove the version from the iid:
gives:
I believe this is due to the fact that we specify
"latest"="true"
here which is generally a bit confusing, but it is what is is for now.So I see two solutions:
I think I favor the former, but happy to get some input on this.
The text was updated successfully, but these errors were encountered: