-
Notifications
You must be signed in to change notification settings - Fork 60
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
[DOC] Add documentation for grid_intersections #1079
Conversation
""" | ||
Cut streamlines segments into smaller segments such that a segment covering | ||
more than one voxel is split into smaller segments that either end or start | ||
at voxel boundaries. |
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.
Good description. I would rename the function something like "regrid_streamlines_at_voxel_faces" or something.
I propose renaming the function to Also I am not sure the variable name <all_crossed_indices> is appropriate? Would it be better to say <all_crossed_coordinates>? |
Hello @CHrlS98, Thank you for updating ! There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-12-12 20:00:53 UTC |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1079 +/- ##
==========================================
+ Coverage 69.46% 69.48% +0.02%
==========================================
Files 447 447
Lines 24052 24052
Branches 3291 3291
==========================================
+ Hits 16708 16713 +5
+ Misses 5946 5941 -5
Partials 1398 1398
|
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.
Need to fix pep8 and conflicts with the main branch but otherwise LGTM
@AntoineTheb Do we really care about pep8 for |
You can add the comment |
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.
GTG
Quick description
Grid_intersections documentation. closes #745
Type of change
Check the relevant options.
Provide data, screenshots, command line to test (if relevant)
Checklist