We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
metadata_url
urls
/
The metadata_url at:
ClimaOcean.jl/src/DataWrangling/ECCO/ECCO_metadata.jl
Lines 150 to 151 in 7ddb30b
add a / after the prefix. But the prefix is inferred from the urls at:
Lines 199 to 202 in 7ddb30b
which also include a / at the end.
This results in a double //.
//
Which one should we keep; does it matter for elsewhere?
The text was updated successfully, but these errors were encountered:
Does this cause the downloads to fail? (eg is this a bug or a typo?)
Sorry, something went wrong.
Downloading was failing for me; that's how I discovered this.
Huh, wonder how the tests passed then
Successfully merging a pull request may close this issue.
The
metadata_url
at:ClimaOcean.jl/src/DataWrangling/ECCO/ECCO_metadata.jl
Lines 150 to 151 in 7ddb30b
add a
/
after the prefix. But the prefix is inferred from theurls
at:ClimaOcean.jl/src/DataWrangling/ECCO/ECCO_metadata.jl
Lines 199 to 202 in 7ddb30b
which also include a
/
at the end.This results in a double
//
.Which one should we keep; does it matter for elsewhere?
The text was updated successfully, but these errors were encountered: