-
Notifications
You must be signed in to change notification settings - Fork 56
resolve some warnings in CI #439
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #439 +/- ##
=====================================
Coverage 77.8% 77.8%
=====================================
Files 27 27
Lines 2638 2638
=====================================
Hits 2053 2053
Misses 585 585
|
|
I had thought I had a nice solution here, but the new method still is being caught. So after checking, we are pulling @martinfleis I am wondering if you think we should change something on our end or if this is a tagging issue in the GeoPandas repo? |
How do you mean this would be an issue in GeoPandas? |
This is not exactly related to the And we can see the same version from within our CI. Should this not be something like |
|
This is expected since we cut minor patches from a branch with backported commits. |
Co-authored-by: Martin Fleischmann <[email protected]>
Co-authored-by: Martin Fleischmann <[email protected]>
|
The fixture I wrote combines all network instantiation stuff for testing and dramatically reduces warning thrown. |
gegen07
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! The fixture got awesome. Nice work.
xref #437
This PR resolves some current warnings being thrown from within the codebase and in CI itself.