-
Notifications
You must be signed in to change notification settings - Fork 121
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
Reformatting changes and some minor improvements #175
Conversation
include/volume/math_helpers.h
Outdated
@@ -0,0 +1,44 @@ | |||
// VolEsti (volume computation and sampling library) | |||
|
|||
// Copyright (c) 2021 Vaibhav Thakkar |
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.
please add the copyrights / names from the files you copied the functions that you pasted in this files e.g. get_mean_variance
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.
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.
Thanks for this PR. I have a few comments.
The changes in the PR have been pulled apart from #171 for easy reviewal and better readability.