-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Warnings in the test suite #3266
Comments
|
Thanks, @QuLogic |
If people want more, here are some from a fresh compilation: https://paste.xinu.at/LnH/ |
Although it looks like we've regressed, 95% of those (by number, not necessarily effort) are pint |
Even 99% by number. ;) And essentially only one warning repeated 5k times. |
These are the (much less numerous) warnings without pint:
|
Update! Lots of plotting ones. Pint has had huge progress!
|
Currently most warnings (> 1500 of 1900) stem from netCDF4. They should be fixed in the newest netCDF4 version (1.5.4). See https://github.com/Unidata/netcdf4-python/blob/master/Changelog ( Addendum: Removing pynio from the tests and thus using the newest version of netCDF4 brings the warnings down to 71 (from 1931), see #4492 |
We now disallow internal warnings, with a list of exceptions, so closing as completed |
If anyone is looking for any bite-size contributions, the test suite is throwing off many warnings. Most of these indicate that something will break in the future without code changes; thought mostly the code changes are small.
The text was updated successfully, but these errors were encountered: