Skip to content
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

Make SCICO compatible with jax 0.3.4 #256

Merged
merged 2 commits into from
Mar 21, 2022
Merged

Conversation

Michael-T-McCann
Copy link
Contributor

Test failures were coming use of the deprecated jax.ops.index, appears to be functionally equivalent to slice. So, easy to fix.

Also needed to bump the tolerance on one blockarray test.

@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #256 (4eba267) into main (fd67eb1) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #256   +/-   ##
=======================================
  Coverage   93.59%   93.59%           
=======================================
  Files          49       49           
  Lines        3528     3528           
=======================================
  Hits         3302     3302           
  Misses        226      226           
Flag Coverage Δ
unittests 93.59% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
scico/blockarray.py 91.18% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd67eb1...4eba267. Read the comment docs.

@Michael-T-McCann Michael-T-McCann merged commit 58c4cc2 into main Mar 21, 2022
@Michael-T-McCann Michael-T-McCann deleted the mike/jax-v0.3.4 branch March 21, 2022 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants