You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Pdb) fe.File("solution.pvd")
<firedrake.output.File object at 0x7fed4f926240>
(Pdb) with fe.File("solution.pvd") as file: print(file)
*** AttributeError: __enter__
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: