-
Notifications
You must be signed in to change notification settings - Fork 89
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 issue with grid_second_order hanging when encoding fields with Infinite values #247
Fix issue with grid_second_order hanging when encoding fields with Infinite values #247
Conversation
…erity and frequency
… changed to grid_simple
Dear @pmarguinaud |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #247 +/- ##
===========================================
- Coverage 87.80% 87.80% -0.01%
===========================================
Files 776 777 +1
Lines 62496 62512 +16
Branches 11035 11036 +1
===========================================
+ Hits 54872 54886 +14
- Misses 7624 7626 +2 ☔ View full report in Codecov by Sentry. |
I have manually merged your changes. The next release of ecCodes (v2.39.0) will have it. |
Enabling grid_second_order encoding does not fail when the field to encode contains Infinite values. Instead, it never terminates.
This PR :