-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra edge cases to snap to grid (#263)
* Add extra edge cases to snap to grid * Fix snapping index (#267) * Node index != line index; every N segments has N + 1 nodes! * Add create_snap_to_grid_dataframe function * Put snap_to_grid cases in pytest cases * Fix code in docstring example * Add case single line at edge * Update test for numba_celltree 0.1.8 fix --------- Co-authored-by: Huite <[email protected]>
- Loading branch information
1 parent
84b2e80
commit f21165f
Showing
7 changed files
with
3,585 additions
and
3,389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.