UCD4IDS / WaveletsExt.jl

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

Setup SIWT data structures #51

Closed zengfung closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #51 (fa6e751) into dev (51baf49) will decrease coverage by 0.08%. The diff coverage is n/a.

:exclamation: Current head fa6e751 differs from pull request most recent head e425b59. Consider uploading reports for the commit e425b59 to get more accurate results

@@            Coverage Diff             @@
##              dev      #51      +/-   ##
==========================================
- Coverage   98.29%   98.20%   -0.09%     
==========================================
  Files          27       27              
  Lines        3218     3014     -204     
==========================================
- Hits         3163     2960     -203     
+ Misses         55       54       -1     
Impacted Files Coverage Δ
src/mod/ACWT.jl 96.51% <0.00%> (-0.24%) :arrow_down:
src/mod/SWT.jl 97.24% <0.00%> (-0.19%) :arrow_down:
src/mod/utils/utils_tree.jl 95.69% <0.00%> (-0.18%) :arrow_down:
src/mod/Utils.jl 97.26% <0.00%> (-0.13%) :arrow_down:
src/mod/utils/utils_dataset.jl 98.95% <0.00%> (-0.08%) :arrow_down:
src/mod/Visualizations.jl 99.15% <0.00%> (-0.06%) :arrow_down:
src/mod/ldb/ldb_measures.jl 98.86% <0.00%> (-0.05%) :arrow_down:
src/mod/BestBasis.jl 99.18% <0.00%> (-0.04%) :arrow_down:
src/mod/DWT.jl 100.00% <0.00%> (ø)
src/mod/LDB.jl 100.00% <0.00%> (ø)
... and 15 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 51baf49...e425b59. Read the comment docs.

zengfung commented 2 years ago

SIWPD and best basis search with new data structure runs smoothly now. Signal reconstruction and documentation fixes are in progress.

zengfung commented 2 years ago

Signal reconstruction and documentation fixes complete.