tbenthompson / cutde

Python CPU and GPU accelerated TDEs, over 100 million TDEs per second!
MIT License
54 stars 14 forks source link

Matrix free operators. #6

Closed tbenthompson closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #6 (4d40111) into master (33c46bf) will increase coverage by 5.53%. The diff coverage is 96.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   77.08%   82.62%   +5.53%     
==========================================
  Files          10       12       +2     
  Lines         563      731     +168     
==========================================
+ Hits          434      604     +170     
+ Misses        129      127       -2     
Impacted Files Coverage Δ
cutde/__init__.py 100.00% <ø> (ø)
tests/conftest.py 66.66% <66.66%> (ø)
cutde/gpu.py 69.89% <75.00%> (+4.20%) :arrow_up:
cutde/fullspace.py 91.92% <95.91%> (+2.67%) :arrow_up:
cutde/geometry.py 100.00% <100.00%> (ø)
cutde/mako_helpers.py 100.00% <100.00%> (ø)
tests/test_tde.py 98.84% <100.00%> (+1.22%) :arrow_up:
cutde/opencl.py 72.15% <0.00%> (+2.53%) :arrow_up:

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 33c46bf...4d40111. Read the comment docs.