-
Notifications
You must be signed in to change notification settings - Fork 92
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
Detailed 4.0 project planning for release #445
Comments
It looks like Conda JAX is usable as is with some small tweaking: jax-ml/jax#189. There is some odd nuance with a couple of caveates:
|
We do have the |
For #402, that will take a couple of days, I need to revisit what is actually the right way to do this. |
The specific test failure I got was: test_mbar_solvers.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.flaky - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html But that was running pytest v 7.1.1 locally, so I guess the issue was that I was running w/o the plugin? |
That's the generic error message from |
I've had pretty good success pulling down JAX from |
And a totally trivial suggestion, but you might want to remove |
Moving from the general task #255 to specific tasks
The text was updated successfully, but these errors were encountered: