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

Update for aecunpack.c #462

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Update for aecunpack.c #462

merged 2 commits into from
Dec 20, 2023

Conversation

EricEngle-NOAA
Copy link
Contributor

This commit fixes a bug in aecunpack.c where the bytes from the decoded AEC buffer stream are not being properly copied into the ifld array. The AEC stream is byte aligned.

This commit references #461

This commit fixes a bug in aecunpack.c where the bytes from the decoded
AEC buffer stream are not being properly copied into the ifld array. The
AEC stream is byte aligned.

This commit references #461
Commenting out ifld1 since the code logic that uses it is commented out.

This commit references #461
@edwardhartnett
Copy link
Contributor

Testing?

@EricEngle-NOAA
Copy link
Contributor Author

The existing tests for AEC compression using very small hardcoded data pass. Do you want a more complex test for AEC compression perhaps using ECMWF data -- 1 GRIB2 message?

@edwardhartnett
Copy link
Contributor

Yes, please add more testing, that would be very helpful.

Have you looked at the code coverage report for your code?

@EricEngle-NOAA
Copy link
Contributor Author

Re: code coverage. No. How do you do that?

@edwardhartnett
Copy link
Contributor

For some reason your code is not appearing on the coverage report. I'm looking into that. Meanwhile, I will merge this PR and we will address more testing in another PR.

@edwardhartnett edwardhartnett merged commit 3160900 into NOAA-EMC:develop Dec 20, 2023
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants