-
Notifications
You must be signed in to change notification settings - Fork 0
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
test for exclusion mask #104
Conversation
So these new "edge cases" are not only edge cases in terms of coordinate order, wild precision, etc. --> The actual index order in the resultant dataframes are different. I have confirmed that the returned geometries are equivalent (within tolerance) across OSs, both visually and programmatically – but in different orders. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #104 +/- ##
=======================================
+ Coverage 98.6% 98.8% +0.2%
=======================================
Files 6 6
Lines 921 921
=======================================
+ Hits 908 910 +2
+ Misses 13 11 -2
|
This PR: