fiuneuro / brainconn

A Python implementation of the brain connectivity toolbox. **Not actively maintained.**
https://brainconn.readthedocs.io
GNU General Public License v3.0
30 stars 21 forks source link

[ENH] Added test_mtx_fmt function #34

Closed akimbler closed 6 years ago

akimbler commented 6 years ago

Works on #1.

Changes proposed in this pull request:

codecov-io commented 6 years ago

Codecov Report

Merging #34 into master will decrease coverage by 0.13%. The diff coverage is 8.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #34      +/-   ##
=========================================
- Coverage   41.64%   41.5%   -0.14%     
=========================================
  Files          41      41              
  Lines        4990    5002      +12     
=========================================
- Hits         2078    2076       -2     
- Misses       2912    2926      +14
Impacted Files Coverage Δ
brainconn/utils/matrix.py 61.33% <8.33%> (-10.1%) :arrow_down:
brainconn/tests/test_modularity.py 89.83% <0%> (-2.55%) :arrow_down:

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 188c94b...2d6b113. Read the comment docs.

tsalo commented 6 years ago

Everything looks good to me. Merging now.