We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The PR's the other day break imports for users not using JAX, so I've put some try / excepts here:
https://github.com/Jammy2211/PyAutoArray/blob/main/autoarray/structures/triangles/array/__init__.py https://github.com/Jammy2211/PyAutoArray/blob/main/autoarray/structures/triangles/coordinate_array/__init__.py
And commented out these tests:
https://github.com/Jammy2211/PyAutoLens/blob/main/test_autolens/point/triangles/test_solver_jax.py
These will be easy to clean up, but I've not got time to do it properly before xmas and want the source code stable!
The text was updated successfully, but these errors were encountered:
rhayes777
No branches or pull requests
The PR's the other day break imports for users not using JAX, so I've put some try / excepts here:
https://github.com/Jammy2211/PyAutoArray/blob/main/autoarray/structures/triangles/array/__init__.py
https://github.com/Jammy2211/PyAutoArray/blob/main/autoarray/structures/triangles/coordinate_array/__init__.py
And commented out these tests:
https://github.com/Jammy2211/PyAutoLens/blob/main/test_autolens/point/triangles/test_solver_jax.py
These will be easy to clean up, but I've not got time to do it properly before xmas and want the source code stable!
The text was updated successfully, but these errors were encountered: