-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add AEC compression #753
Add AEC compression #753
Conversation
I believe this will work after NOAA-EMC/NCEPLIBS-g2c#512 is merged |
I could only get the spack workflow to work if I turn aec default=False. Otherwise, I get the error below.
|
THese are two persistent warnings in g2 which I have not fixed. If you fix them, these errors will go away. |
The warnings are not the cause of the failure, it seems to be an issue with the unit tests. I'm looking into this now. |
I tweaked the Spack test action to provide the CTest output on failure. If you look at the LastTest.log in https://github.com/NOAA-EMC/NCEPLIBS-g2/actions/runs/11019572999/artifacts/1973272854 you'll see that it's failing on test_aecpack_d on STOP 6:
|
This test was failing due to the issue I addressed in NOAA-EMC/NCEPLIBS-g2c#512. I forced it to use the develop branch of g2c when aec is on which fixed it. |
Fixes #705
Fixes #458