We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
simple thing: just installed the latest version of Firedrake. When trying to import
import hydrogym.firedrake as hgym
I get the following error:
ImportError: cannot import name 'atan_2' from 'ufl'
This is because the relevant function is called 'atan2' now (presumably it was called 'atan_2' in a previous version of Firedrake.
Just thought I'd let you know.
The text was updated successfully, but these errors were encountered:
Also as a side remark, if you're using an older version of Firedrake it would be helpful if you could specify what version that is in the docs!
Sorry, something went wrong.
Hey, sorry about that - just to confirm, you are building Firedrake straight from the current main right?
(I.e. from the GitHub repository, or the latest released?)
Patch incoming later today :)
Same issue here
ludgerpaehler
No branches or pull requests
Hi there,
simple thing: just installed the latest version of Firedrake. When trying to import
import hydrogym.firedrake as hgym
I get the following error:
ImportError: cannot import name 'atan_2' from 'ufl'
This is because the relevant function is called 'atan2' now (presumably it was called 'atan_2' in a previous version of Firedrake.
Just thought I'd let you know.
The text was updated successfully, but these errors were encountered: