irtazahashmi / pytspl

A Python library for Topological Signal Processing and Learning.
MIT License
4 stars 0 forks source link

Improve code cohesion between modules. #32

Closed irtazahashmi closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 89.65517% with 15 lines in your changes missing coverage. Please review.

Project coverage is 90.41%. Comparing base (63ea8a9) to head (7421f7c). Report is 23 commits behind head on main.

Files Patch % Lines
pytspl/filters/simplicial_trend_filter.py 44.44% 2 Missing and 3 partials :warning:
pytspl/plot/plot.py 0.00% 5 Missing :warning:
pytspl/simplicial_complex/simplicial_complex.py 86.95% 3 Missing :warning:
pytspl/filters/chebyshev_filter_design.py 66.66% 0 Missing and 1 partial :warning:
pytspl/hogde_gp/hodge_gp_trainer.py 97.05% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #32 +/- ## ========================================== + Coverage 81.54% 90.41% +8.86% ========================================== Files 34 30 -4 Lines 1409 1314 -95 Branches 166 165 -1 ========================================== + Hits 1149 1188 +39 + Misses 230 94 -136 - Partials 30 32 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.