-
Notifications
You must be signed in to change notification settings - Fork 11
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
atan_2
renamed to atan2
#188
Comments
Looks like the name was changed to Probably the most reliable way to ensure everything is compatible is to use the Docker containers as described here. @ludgerpaehler should we update the dev container sometime soon? Might break a few things like this, but shouldn't be too hard to fix. |
How do I use the docker container? I am currently using PyCharm with a remote dev system |
I'll regenerate the Docker images tomorrow-ish, then you should be able to use them again normally. PyCharm should allow you to boot into a Docker container on a remote machine, but you may have to first start the container, and then attach PyCharm to it afterwards. |
I have the docker working, but now the examples do not have solvers? What solver should I use if not IPCS? |
ImportError: cannot import name 'atan_2' from 'ufl' (~/Hydrogym/firedrake/src/ufl/ufl/init.py)
Which version of Firedrake are you using and how do I run it?
The text was updated successfully, but these errors were encountered: