-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Fix ECCO metadata_url
and urls
that both adding a trailing /
#318
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #318 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 34 34
Lines 1983 1983
=====================================
Misses 1983 1983 ☔ View full report in Codecov by Sentry. |
So we can literate this example, but I don't know what to do with the sliders. I don't think we can have sliders in the docs... |
If this fixes a bug, we should add a test to ensure the bug doesn't happen again. How did this bug get through? |
I'm also wondering because there are tests that download ECCO data; I'll look into that. |
Repeated |
Ok that is what I suspected --- not a bug, but good to clean up regardless. Let's not mark it as a bug though because that may mislead |
metadata_url
and urls
both adding a trailing /
metadata_url
and urls
that both adding a trailing /
Seems like there are errors due to scalar operations at See: https://buildkite.com/clima/climaocean-ci/builds/2367#01945504-9e29-4245-8d55-4e7942f35978/187-526 But how come this only came up now? Is this related to the pin in GPUArrays? |
yeah looks like. Should go away if we use |
trying out to see if scalar operations came with v0.95.7 and changes introduced by CliMA/Oceananigans.jl#4037
and none of the tests of Oceananigans caught this? |
OK, none of Oceananigans tests caught this because they are all run within a We should remove this cc @glwagner |
I am definitely in favor of that. |
Close #316