-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix the interface for momentum generation #95
Fix the interface for momentum generation #95
Conversation
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 taking care of that. Do you mind adding some unit tests to that using the test implementation already there?
I agree, there need to be tests for this. Though maybe we should combine this with porting the tests that are currently in QEDcore back here, since there are already process interface tests there. I would then also add some tests for the functionalities added in the other recent pull requests. |
276d979
to
778fea2
Compare
4fa8ff9
to
b82e80f
Compare
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 for me. Thanks for fixing this.
Adds the process test from QEDcore to QEDbase in order to test the implementations relying on the process interface. Once QEDjl-project#95, QEDjl-project#90, and QEDjl-project#88 are merged, I can add tests for their functionalities here as well.
Adds the process test from QEDcore to QEDbase in order to test the implementations relying on the process interface. Once QEDjl-project#95, QEDjl-project#90, and QEDjl-project#88 are merged, I can add tests for their functionalities here as well.
Closes #74