neuropycon / graphpype

Neuropycon package of functions for electrophysiology analysis, can be used from ephypype and nipype
https://neuropycon.github.io/graphpype/
BSD 3-Clause "New" or "Revised" License
21 stars 11 forks source link

modified utils_mod and utils_net so that : #17

Closed davidmeunier79 closed 6 years ago

davidmeunier79 commented 6 years ago

-- everything related to net_list and Pajek .net file is in utils_net -- everything related to RESULTS of radatools including .lol, -info_nodes, -info_dists and -info_global is in utils_modtest_utils_mod + modif

All without the visbrain modification bugs

codecov[bot] commented 6 years ago

Codecov Report

Merging #17 into master will increase coverage by 8.58%. The diff coverage is 89.8%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   39.41%   47.99%   +8.58%     
==========================================
  Files          23       24       +1     
  Lines        2682     2694      +12     
==========================================
+ Hits         1057     1293     +236     
+ Misses       1625     1401     -224
Impacted Files Coverage Δ
graphpype/utils_net.py 90.62% <ø> (-2.3%) :arrow_down:
graphpype/nodes/modularity.py 37.95% <100%> (ø) :arrow_up:
graphpype/utils_dtype_coord.py 54.83% <100%> (+1.5%) :arrow_up:
graphpype/tests/test_utils_net.py 84.78% <66.66%> (+1.88%) :arrow_up:
graphpype/tests/test_utils_mod.py 78.37% <78.37%> (ø)
graphpype/tests/test_utils_cor.py 86.73% <87.5%> (-0.23%) :arrow_down:
graphpype/utils_mod.py 86.91% <97.43%> (+81.35%) :arrow_up:

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 5e54e68...664127f. Read the comment docs.