UCD4IDS / WaveletsExt.jl

A Julia extension package to Wavelets.jl
BSD 3-Clause "New" or "Revised" License
19 stars 4 forks source link

Wavelet Multiplication + Nonstandard transforms #49

Closed zengfung closed 2 years ago

zengfung commented 2 years ago

Updates:

codecov-commenter commented 2 years ago

Codecov Report

Merging #49 (19b4b2b) into master (f0ac240) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   98.22%   98.29%   +0.06%     
==========================================
  Files          23       27       +4     
  Lines        3103     3218     +115     
==========================================
+ Hits         3048     3163     +115     
  Misses         55       55              
Impacted Files Coverage Δ
src/mod/ACWT.jl 96.75% <ø> (ø)
src/mod/BestBasis.jl 99.22% <ø> (ø)
src/mod/DWT.jl 100.00% <ø> (ø)
src/mod/LDB.jl 100.00% <ø> (ø)
src/mod/SWT.jl 97.43% <ø> (ø)
src/mod/Utils.jl 97.38% <ø> (ø)
src/mod/acwt/acwt_all.jl 100.00% <ø> (ø)
src/mod/acwt/acwt_one_level.jl 100.00% <ø> (ø)
src/mod/acwt/acwt_utils.jl 100.00% <ø> (ø)
src/mod/bestbasis/bestbasis_costs.jl 100.00% <ø> (ø)
... and 14 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 f0ac240...19b4b2b. Read the comment docs.