lanl / scico

Scientific Computational Imaging COde
BSD 3-Clause "New" or "Revised" License
100 stars 17 forks source link

Resolve obstacles to jitting of some functionals #467

Closed bwohlberg closed 10 months ago

bwohlberg commented 10 months ago

Resolve obstacles to jitting of some functionals and add corresponding tests.

codecov[bot] commented 10 months ago

Codecov Report

Merging #467 (7672f75) into main (092a917) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #467      +/-   ##
==========================================
+ Coverage   94.59%   94.59%   +0.01%     
==========================================
  Files          89       89              
  Lines        5541     5547       +6     
==========================================
+ Hits         5241     5247       +6     
  Misses        300      300              
Flag Coverage Δ
unittests 94.59% <100.00%> (+0.01%) :arrow_up:

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

Files Coverage Δ
scico/functional/_norm.py 100.00% <100.00%> (ø)
bwohlberg commented 10 months ago

For the record, there was a discussion of the apparent lack of support for jitting of static methods: google/jax#7702.