-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change np random generation to jax np * Bump supported jaxlib/jax versions * Avoid doctest errors resulting from unimportable astra or svmbir * Avoid doctest failure due to changes in numpy 2.0 * Address FutureWarning in 2D x-ray * Update submodule * Proposed changes to #541 (#543) * Add type annotation * Remove jax distributed data generation option * Clean up * Extend docs * Add additional test for exception state * Tracer conversion error fix from Cristina * Omitted import * Clean up * Consistent phrasing * Clean up some f-strings * Add missing ray init * Set dtype * Fix indentation error * Update module docstring * Experimental solution to ray/jax failure * Bug fix * Improve docstring * Implement hack to resolve jax/ray conflict * Debug attempt * New solution attempt * Debug attempt * Return to earlier approach * Extend comment * Clean up and improve function logic * Address some problems * Clean up * Rename function for consistency with related functions * Bug fix * Clean up * Bug fix * Address pylint complaint * Revert unworkable structure * Error message fix * Address mypy errors --------- Co-authored-by: Brendt Wohlberg <brendt@ieee.org> Co-authored-by: Michael-T-McCann <michael.thompson.mccann@gmail.com> Co-authored-by: Brendt Wohlberg <bwohlberg@users.noreply.github.com>
- Loading branch information
1 parent
1ffcbcf
commit 0dff98d
Showing
15 changed files
with
252 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.