Closed vnmabus closed 4 years ago
Merging #15 into develop will decrease coverage by
0.88%
. The diff coverage is95.49%
.
@@ Coverage Diff @@
## develop #15 +/- ##
===========================================
- Coverage 96.82% 95.93% -0.89%
===========================================
Files 17 18 +1
Lines 945 1133 +188
===========================================
+ Hits 915 1087 +172
- Misses 30 46 +16
Impacted Files | Coverage Δ | |
---|---|---|
dcor/_fast_dcov_mergesort.py | 94.95% <92.18%> (-3.94%) |
:arrow_down: |
dcor/_fast_dcov_avl.py | 93.54% <93.18%> (-5.41%) |
:arrow_down: |
dcor/_rowwise.py | 94.23% <94.23%> (ø) |
|
dcor/__init__.py | 76.47% <100.00%> (ø) |
|
dcor/_dcor.py | 96.29% <100.00%> (+0.23%) |
:arrow_up: |
dcor/_utils.py | 92.85% <100.00%> (+1.42%) |
:arrow_up: |
dcor/tests/test_dcor.py | 100.00% <100.00%> (ø) |
|
dcor/tests/test_rowwise.py | 100.00% <100.00%> (ø) |
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 3d94ecf...bce2f42. Read the comment docs.
rowwise
function to compute distance covariance/correlation for several random variables. When the right conditions are met (for now only for the AVL implementation, so no random vectors) an optimized and possibly parallelized version is used.