-
Notifications
You must be signed in to change notification settings - Fork 2
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
Change storage dictionaries to vectors #86
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #86 +/- ##
==========================================
+ Coverage 84.90% 85.19% +0.29%
==========================================
Files 13 13
Lines 510 520 +10
==========================================
+ Hits 433 443 +10
Misses 77 77 ☔ View full report in Codecov by Sentry. |
45b5a62
to
32eac57
Compare
b62eac6
to
2eafeca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good to me!
Would you like to check that it fixes the issues?
Yeah, I'll rebase CliMA/ClimaAtmos.jl#3290 once CliMA/ClimaAtmos.jl#3344 lands and try out this branch |
It looks like we get a lot fewer issues with this branch, we can now see the total number of failures! 🎉 https://buildkite.com/clima/climaatmos-ci/builds/20884#019243e1-e861-408d-a36b-6d8c01abc126 |
af4812f
to
2943dd4
Compare
Update src/clima_diagnostics.jl Co-authored-by: Gabriele Bozzola <[email protected]> Bump patch version
2943dd4
to
bf389ce
Compare
This PR adds and uses a new function,
concrete_dict
, in an attempt to improve the type information in thestorage
,accumulators
andcounters
Dicts.Closes #85