-
Notifications
You must be signed in to change notification settings - Fork 195
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
(0.87.3) BugFix for computing Field(::KernelFunctionOperation)
#3235
Conversation
This indeed seems to fix the issue. Is there a test we can include to prevent this in the future? |
Field(::KernelFunctionOperation)
@tomchor what about your example |
I'm okay with that, although my initial thought was that it's too specific, which is why I didn't suggest it. But if you guys think that works, please use it! |
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.
@simone-silvestri I think we need a test though. If you agree with @glwagner we can simply use my MWE in #3232 (comment)
I am fine with having that as a test. Do you want to add it and merge? |
Sure! |
Can I bump the patch version and release a new version? |
Don't forget to update the title of the PR |
Field(::KernelFunctionOperation)
Field(::KernelFunctionOperation)
* bugfix * add KFO test * bump patch version --------- Co-authored-by: Tomas Chor <tomaschor@gmail.com>
This ought to fix #3232.
Closes #3232.