liesel-devs / liesel

A probabilistic programming framework
https://liesel-project.org
MIT License
40 stars 2 forks source link

Test execution gets stuck in CI #213

Closed jobrachem closed 1 month ago

jobrachem commented 1 month ago

Our test execution in the github CI currently gets stuck and runs into the 10 minute timeout. I suspect that the tests get stuck in the tests for the liesel.goose.optim module. The issue is new and did not show up during the latest PR with updates to the optim module: https://github.com/liesel-devs/liesel/pull/196 (all checks passed).

Locally on my machine, the tests run quickly as usual; the doctests run in ~16 seconds and the unit tests run in less than 150 seconds.

The optax version is 0.2.3 in both cases, so that does not seem to be the problem.

jobrachem commented 1 month ago

See this test run:

Same commit, I just re-ran the test action. It previously worked, now it times out, seemingly stuck in the tests for optim.py.