-
Notifications
You must be signed in to change notification settings - Fork 12
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
[DevOps]: xgcm warnings polluting test suite and yaksa leaking handlers #513
Comments
I wonder if the |
Based on what I read below, we can probably ignore this warning unless it actually causes some issue.
|
I performed debugging for a segmentation fault in e3sm_diags introduced by I think esmf>=8.4 might be producing these yaksa warnings. |
In my e3sm_diags testing with e3sm_unifiedrc12, I also saw "yaksa: 10 leaked handle pool objects". Not sure if this is related to slow e3sm_diags run on Chrysalis.E3SM-Project/zppy#485 |
@chengzhuzhang When I have time I will try to create a minimum reproducible example with ESMF/xESMF to figure out why and where this warning might be thrown. I'll open up a GitHub issue in the esmf repo afterwards. It might be a useful experiment to compare performance of |
There are DeprecationWarnings from xgcm that are polluting the test suite.
Warning 1
Source:
Grid
class. Idk why they decided to do this instead of having the warning in theAxis
class instead.Solution:
Warning 2
Source:
Solution:
Warning 3
Also a "yaksa: 10 leaked handle pool objects".
Not sure what is causing this one.
The text was updated successfully, but these errors were encountered: