-
Notifications
You must be signed in to change notification settings - Fork 26
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
Testing warnings #227
Comments
@banesullivan Thank you very much for opening this detailed issue! I had a quick look where the extremely large number of warnings is coming from and realized that almost all warnings relate to the This warning is ultimately related to the way how
|
I'll report back once I find the time to check the remaining warnings! |
Pasting the latest results from my test run in case it's helpful:
|
@yeelauren this seems to be a run from an outdated |
OK, latest test-suite is now at 123 tests and down to 17 warnings of which I consider only 1 as critical.
|
I'm a little concerned by the high number of warnings in the tests (~1300) from this CI run. While it appears many of these are the same warnings being thrown over and over leading to this high number, it would be good to track down each of these warnings to get a grasp on what issues are present and if any of them can be addressed directly in EOmaps.
From parsing the logs, this is the list I got (may have missed some):
/home/runner/work/EOmaps/EOmaps/eomaps/ne_features.py:489
.tests/test_basic_functions.py:9
./home/runner/micromamba/envs/eomaps/lib/python3.11/site-packages/pyproj/transformer.py:820
./home/runner/micromamba/envs/eomaps/lib/python3.11/site-packages/pyproj/geod.py:829
./home/runner/micromamba/envs/eomaps/lib/python3.11/site-packages/pyproj/geod.py:681
./home/runner/micromamba/envs/eomaps/lib/python3.11/site-packages/geopandas/geodataframe.py:1645
./home/runner/micromamba/envs/eomaps/lib/python3.11/site-packages/pandas/core/frame.py:706
./home/runner/work/EOmaps/EOmaps/eomaps/eomaps.py:4635
./home/runner/micromamba/envs/eomaps/lib/python3.11/site-packages/geopandas/geoseries.py:221
./home/runner/micromamba/envs/eomaps/lib/python3.11/site-packages/cartopy/io/__init__.py:241
./home/runner/micromamba/envs/eomaps/lib/python3.11/site-packages/cartopy/io/__init__.py:241
.One easy win might be to filter out the
DownloadWarning
with the following pytest configuration in thepyproject.toml
(get's it down to 903 warnings for me)The text was updated successfully, but these errors were encountered: