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.
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.