-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail with absl.flags._exceptions.UnparsedFlagAccessError
#441
Comments
Thanks for flagging this (no pun intended). I can reproduce this. Looking into it. |
I think the issue is the blanket The list of tests run with GitHub Actions are described in In the meantime we'll look at a solution for running the appropriate tests locally from a single command. Might be as simple as a utility script + improved documentation. |
Yep, that's probably it. This wasn't stopping me from doing what I needed to do, just wanted to raise it as I caught it and it was clearly unwanted/undocumented behvaiour. The genuine tests run fine! |
Has everything been resolved now? Can we close this issue? |
Yes, all resolved now, thanks to #443. |
I have cloned a clean copy of the repo and set up my environment from scratch, installing a clean Python (3.13) and running
pip install -e .[dev]
in the torax repo.However, currently running
pytest
errors with:My environment is:
The text was updated successfully, but these errors were encountered: