-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Bug fix for complex division of numpy.complex #342
Bug fix for complex division of numpy.complex #342
Conversation
54f2931
to
f769103
Compare
Could you add a regression test for this bug? |
I think it is hard to add a pure UFL test for this bug, as it would be caused by UFL subclasses that can carry data, such as a Firedrake |
Could you refer to a test in firedrake that exposed this but then and is fixed with the branch? |
Here's the test failing without this PR https://github.com/firedrakeproject/firedrake/actions/runs/13138641306/job/36660067475#step:7:13510 And we are passing after this PR |
@pbrubeck wouldn't this be resolved in firedrake if |
Add native ufl test for constant complex division
A |
No description provided.