Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a test that fails on update of jax due to mismatched integer types
Looks to be a bug in Jax. A search function is returning a 32-bit integer in x64 mode. I filed an issue with Jax. For now, the workaround is to manually cast to int64.
- Loading branch information