lwa-project / lsl

LWA Software Library
GNU General Public License v2.0
8 stars 4 forks source link

Sped up SDF rendering. #16

Closed cdilullo closed 3 years ago

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.009%) to 79.619% when pulling d462912d698d8be840a6202cc60551aa601e6797 on cdilullo:sdf_speedup into 9b22194a30e314b94f46761f95449ada6e0a0715 on lwa-project:master.

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (d462912) into master (9b22194) will not change coverage. The diff coverage is 88.88%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   82.84%   82.84%           
=======================================
  Files          66       66           
  Lines       21648    21648           
=======================================
  Hits        17934    17934           
  Misses       3714     3714           
Impacted Files Coverage Δ
lsl/common/sdfADP.py 85.14% <87.00%> (ø)
lsl/common/idf.py 86.91% <87.50%> (ø)
lsl/common/sdf.py 85.89% <91.57%> (ø)
jaycedowell commented 3 years ago

Only sdfADP?

cdilullo commented 3 years ago

I'll make sdf match now

cdilullo commented 3 years ago

Ok, sdf and idf should be up to date now.

jaycedowell commented 3 years ago

Great, thanks.