tbenthompson / cutde

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

Adaptive cross approximation. #7

Closed tbenthompson closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #7 (491b792) into master (4d40111) will increase coverage by 1.09%. The diff coverage is 87.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   82.62%   83.72%   +1.09%     
==========================================
  Files          12       15       +3     
  Lines         731     1020     +289     
==========================================
+ Hits          604      854     +250     
- Misses        127      166      +39     
Impacted Files Coverage Δ
cutde/opencl.py 70.37% <60.00%> (-1.79%) :arrow_down:
tests/py_aca.py 80.00% <80.00%> (ø)
cutde/aca.py 83.00% <83.00%> (ø)
tests/test_aca.py 98.75% <98.75%> (ø)
cutde/__init__.py 100.00% <100.00%> (ø)
cutde/fullspace.py 92.99% <100.00%> (+1.06%) :arrow_up:
cutde/gpu.py 70.83% <100.00%> (+0.94%) :arrow_up:
tests/conftest.py 83.33% <100.00%> (+16.66%) :arrow_up:
tests/test_geometry.py 100.00% <100.00%> (ø)
tests/test_tde.py 98.74% <100.00%> (-0.11%) :arrow_down:
... and 3 more

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 4d40111...491b792. Read the comment docs.