Skip to content
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 ECCOrestoring show method #311

Merged
merged 5 commits into from
Dec 22, 2024
Merged

Fix ECCOrestoring show method #311

merged 5 commits into from
Dec 22, 2024

Conversation

navidcy
Copy link
Collaborator

@navidcy navidcy commented Dec 21, 2024

Closes #310

(Also took the opportunity to fix the docstring rendering for ECCORestoring)

@navidcy
Copy link
Collaborator Author

navidcy commented Dec 21, 2024

@NoraLoose if you can confirm that the issue is resolved with this PR it'd be great!

@navidcy navidcy added the bug Something isn't working label Dec 21, 2024
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (d8992d5) to head (1181633).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #311   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         34      34           
  Lines       1983    1983           
=====================================
  Misses      1983    1983           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -340,7 +344,7 @@ function Base.show(io::IO, p::ECCORestoring)
"├── restoring dataset: ", summary(p.field_time_series.backend.metadata), '\n',
"├── restoring rate: ", p.rate, '\n',
"├── mask: ", summary(p.mask), '\n',
"└── grid: ", summary(p.grid))
"└── grid: ", summary(p.native_grid))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the bug fix

@navidcy navidcy merged commit 0d7da30 into main Dec 22, 2024
20 checks passed
@navidcy navidcy deleted the ncc/fix-ECCO-restoring-show branch December 22, 2024 10:06
@NoraLoose
Copy link
Collaborator

Thanks for the bug fix @navidcy! I can confirm that this resolved the issue. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ECCOrestoring show method bug
3 participants