thetisproject / thetis

Finite element flow solver for simulating coastal and estuarine flows.
Other
68 stars 28 forks source link

import fails without ipython_genutils #305

Closed JDBetteridge closed 2 years ago

JDBetteridge commented 2 years ago

Flagged by the Firedrake CI:

https://github.com/firedrakeproject/firedrake/runs/5524703420?check_suite_focus=true#step:8:12895

I think there is a sneaky dependency on the ipython_genutils package. It's possible that ipython_genutils is no longer installed by default with ipython.

jwallwork23 commented 2 years ago

Would #307 do the trick? It appears textwrap is in the Python Standard Library.

JDBetteridge commented 2 years ago

Looks good to me!