-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[RF] Rename stuff in RooMomentMorph(Func)ND to ease spotting difference #12000
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
Conversation
fa99f75 to
16a9193
Compare
|
Starting build on |
In order to merge the `RooMomentMorphND` and the `RooMomentMorphFuncND`, it is better to rename things first such that the code becomes comparable. Like this, it will be easier to spot the residual differences.
16a9193 to
5fc9ceb
Compare
|
Starting build on |
|
Build failed on ROOT-ubuntu2004/python3. Failing tests: |
lmoneta
left a 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.
I don't understand why you need to rename the internal class Grid -> Grid2 ?
This might causes I/O problem in case the class is streamed.
Otherwise the PR looks fine to me
|
That's exactly the right observation! In fact the Therefore, we have the nice opportunity to make the |
|
OK, thanks for the clarification! |
In order to merge the
RooMomentMorphNDand theRooMomentMorphFuncND, it is better to rename things first such that the code becomes comparable. Like this, it will be easier to spot the residual differences.