mesh-adaptation / animate

Anisotropic mesh adaptation toolkit for Firedrake
MIT License
6 stars 0 forks source link

ImportError calling triplot as function has moved in firedrake #73

Closed acse-ej321 closed 7 months ago

acse-ej321 commented 8 months ago

Both animate demos currently throw ImportErrors following the migration of triplot in firedrake Calling: https://github.com/pyroteus/animate/blob/78bc2772cf41ccc502d4c6f577c635ad9dd066e8/demos/simple_metric.py#L51 Results in:

ImportError: The function triplot has moved to firedrake.pyplot, update your code to use from firedrake.pyplot import triplot

jwallwork23 commented 7 months ago

Closed by #74.