-
Notifications
You must be signed in to change notification settings - Fork 322
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
fix(gridintersect): add multilinestring tests #1924
fix(gridintersect): add multilinestring tests #1924
Conversation
docs(misc): clean up docstrings
for unsupported methods
ensure one entry per grid cell in polygon intersection result add test for this case
bug in structured mode where linestrings were not handled correctly if they pass in and out of grid cell
- fix vertices when intersecting linestring with offset grids
- tests for example in modflowpy#1922
Lots of merges in the list of commits so a squash and merge is probably a good idea? |
We will squash and merge this. In the future, you may try rebasing to avoid all these merge commits. There are a couple of ways to do this, as we describe here for the MODFLOW 6 repo. |
Codecov Report
@@ Coverage Diff @@
## develop #1924 +/- ##
=========================================
- Coverage 72.6% 72.5% -0.1%
=========================================
Files 257 257
Lines 57604 57604
=========================================
- Hits 41832 41814 -18
- Misses 15772 15790 +18 |
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.
Confirm that these tests would have failed before #1923 so provide good coverage.
- tests for example in #1922
add tests for problem in #1922