-
Notifications
You must be signed in to change notification settings - Fork 1
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 fuse base plugins to reduce duplicate code #112
Conversation
Test results:
The failing tests are all from the FullChain test:
They can be related as PMTAfterPulses and PulseWindow depend on the propagated S2 photons. |
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.
Thank you @HenningSE . This looks good, with some comments.
Thanks for your comments @dachengx ! I think I implemented all of them! |
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.
Hey @HenningSE , these are my last comments.
We did not bump the version with the last few PRs. I will go to 0.3.0 now as we basically touched every plugin. (Actually it does not really matter as we will go to 1.0.0 hopefully soon) |
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 understand that the failed tests are because we are still not public.
This PR will introduce fuse base plugins reducing code duplications as suggested by @dachengx in #101.
I still need to figure out how to set the random seed for nest in a smart way when using the base classes.