sissa-data-science / DADApy

Distance-based Analysis of DAta-manifolds in python
https://dadapy.readthedocs.io/
Apache License 2.0
99 stars 16 forks source link

fixes issue 108 #110

Closed diegodoimo closed 5 months ago

diegodoimo commented 5 months ago

add default self.dist_indices = None in Base class; refactoring the way dist indices are computed in compute_data_overlap

codecov-commenter commented 5 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (9e15b21) 79.71% compared to head (51f94bc) 80.28%.

Files Patch % Lines
dadapy/metric_comparisons.py 72.22% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #110 +/- ## ========================================== + Coverage 79.71% 80.28% +0.57% ========================================== Files 15 15 Lines 2489 2496 +7 ========================================== + Hits 1984 2004 +20 + Misses 505 492 -13 ```

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