Skip to content
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

Merged
merged 21 commits into from
Aug 21, 2023

Conversation

dbrakenhoff
Copy link
Contributor

add tests for problem in #1922

jdhughes-usgs and others added 21 commits June 11, 2020 11:26
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
@dbrakenhoff dbrakenhoff self-assigned this Aug 21, 2023
@dbrakenhoff
Copy link
Contributor Author

Lots of merges in the list of commits so a squash and merge is probably a good idea?

@langevin-usgs
Copy link
Contributor

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
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Merging #1924 (cccc23d) into develop (f2064d8) will decrease coverage by 0.1%.
The diff coverage is n/a.

@@            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     

see 6 files with indirect coverage changes

Copy link
Contributor

@mwtoews mwtoews left a 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.

@mwtoews mwtoews merged commit 021ffaa into modflowpy:develop Aug 21, 2023
wpbonelli pushed a commit that referenced this pull request Aug 25, 2023
@wpbonelli wpbonelli mentioned this pull request Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants