-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add new features total_width, total_height and total_depth #974
Conversation
Codecov Report
@@ Coverage Diff @@
## master #974 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 36 36
Lines 2141 2156 +15
=========================================
+ Hits 2141 2156 +15 |
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.
looks good to me.
37685fc
to
d170c84
Compare
Is coverage.xml supposed to be added to the commit? |
Also the morphology-2D.html and morphology-3D.html |
Maybe .coverage* can be added to the .gitignore |
I added |
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.
I think someone with the write access should also approve the changes.
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.
LGTM
Three new features are added at the Morphology level, corresponding to the total extents along the bounding box directions.
The following naming-axes convention is used:
Closes #973