mesh-adaptation / goalie

Goal-oriented error estimation and mesh adaptation for finite element problems solved using Firedrake
Other
1 stars 1 forks source link

Burgers demo hangs locally #160

Closed jwallwork23 closed 2 months ago

jwallwork23 commented 2 months ago

For some reason the first Burgers demo has started hanging for me when I run it in Pytest. Is anyone else seeing this?

Command:

pytest -v test_adjoint/test_demos.py::test_demos[burgers]
jwallwork23 commented 2 months ago

Similarly for burgers_oo burgers_ee, burgers-hessian, burgers_time_integrated, and burgers2.

ddundo commented 2 months ago

@jwallwork23 these all pass fine for me. And I see that you mentioned https://github.com/mesh-adaptation/animate/issues/92 in another issue, which also works for me as I commented there. Are you using the docker image with FROM firedrakeproject/firedrake-vanilla:2024-02 or still firedrake-vanilla:latest?

jwallwork23 commented 2 months ago

@jwallwork23 these all pass fine for me. And I see that you mentioned mesh-adaptation/animate#92 in another issue, which also works for me as I commented there. Are you using the docker image with FROM firedrakeproject/firedrake-vanilla:2024-02 or still firedrake-vanilla:latest?

Thanks for checking. I'm not using a Docker installation at the minute, I'm using a local build.

ddundo commented 2 months ago

Hmm okay. It seems like the same demos as you mentioned in https://github.com/mesh-adaptation/goalie/pull/128#issuecomment-1980869071