-
Notifications
You must be signed in to change notification settings - Fork 61
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
ENH: add flow mode to COINS #644
Conversation
CI seems to be having a tough time resolving the environment in several cases. Maybe just a one-off fluke? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #644 +/- ##
=======================================
+ Coverage 97.4% 97.9% +0.5%
=======================================
Files 26 38 +12
Lines 4328 6244 +1916
=======================================
+ Hits 4214 6110 +1896
- Misses 114 134 +20
|
yeah, I wouldn't worry too much about that |
If we don't care about the inability to resolve the windows environment, let's go ahead and merge. |
This adds flow mode of continuity which ensures that there's only a one stroke group per LineString and does not cause breakage when dealing with stroke attributes rather than stroke geometries.