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

ECC-1813: Setting stepunits has no effect #208

Merged
merged 5 commits into from
May 3, 2024

Conversation

shahramn
Copy link
Collaborator

@shahramn shahramn commented May 3, 2024

@shahramn shahramn added the approved-for-ci Approved to run CI on ECMWF machines label May 3, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 71.79487% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 85.53%. Comparing base (f13b2af) to head (7e2ebec).
Report is 66 commits behind head on develop.

Files Patch % Lines
src/grib_accessor_class_g2end_step.cc 60.00% 6 Missing ⚠️
src/grib_accessor_class_optimal_step_units.cc 79.16% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #208      +/-   ##
===========================================
- Coverage    87.50%   85.53%   -1.98%     
===========================================
  Files          564      577      +13     
  Lines        59235    62055    +2820     
  Branches         0    11067   +11067     
===========================================
+ Hits         51835    53077    +1242     
- Misses        7400     8978    +1578     

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

@@ -178,6 +178,12 @@ static int pack_long(grib_accessor* a, const long* val, size_t* len)
grib_handle* h = grib_handle_of_accessor(a);
grib_accessor_optimal_step_units* self = (grib_accessor_optimal_step_units*)a;

long start_step;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Please initialise all of these (0 or GRIB_SUCCESS)

@shahramn shahramn merged commit 908a6d3 into develop May 3, 2024
132 of 133 checks passed
@shahramn shahramn deleted the bugfix/ECC-1813_setting_stepunits_has_no_effect branch May 3, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved-for-ci Approved to run CI on ECMWF machines
Projects
None yet
3 participants