Skip to content
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

Merged
merged 6 commits into from
Sep 7, 2023

Conversation

simone-silvestri
Copy link
Collaborator

@simone-silvestri simone-silvestri commented Aug 25, 2023

This ought to fix #3232.

Closes #3232.

@tomchor
Copy link
Collaborator

tomchor commented Aug 26, 2023

This indeed seems to fix the issue. Is there a test we can include to prevent this in the future?

@navidcy navidcy added the bug 🐞 Even a perfect program still has bugs label Aug 28, 2023
@navidcy navidcy changed the title BugFix to #3232 BugFix for computing Field(::KernelFunctionOperation) Aug 28, 2023
@glwagner
Copy link
Member

@tomchor what about your example

@tomchor
Copy link
Collaborator

tomchor commented Aug 28, 2023

@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!

Copy link
Collaborator

@tomchor tomchor left a 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)

@simone-silvestri
Copy link
Collaborator Author

I am fine with having that as a test. Do you want to add it and merge?

@tomchor
Copy link
Collaborator

tomchor commented Sep 7, 2023

I am fine with having that as a test. Do you want to add it and merge?

Sure!

@tomchor
Copy link
Collaborator

tomchor commented Sep 7, 2023

Can I bump the patch version and release a new version?

@glwagner
Copy link
Member

glwagner commented Sep 7, 2023

Don't forget to update the title of the PR

@tomchor tomchor changed the title BugFix for computing Field(::KernelFunctionOperation) (0.87.3) BugFix for computing Field(::KernelFunctionOperation) Sep 7, 2023
@tomchor tomchor merged commit 02d6aec into main Sep 7, 2023
siddharthabishnu pushed a commit that referenced this pull request Sep 11, 2023
* bugfix

* add KFO test

* bump patch version

---------

Co-authored-by: Tomas Chor <tomaschor@gmail.com>
@tomchor tomchor deleted the ss/bugfix-KFO branch November 14, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Even a perfect program still has bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible bug in computing Field(::KernelFunctionOperation)
4 participants