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

Reorganize package. #25

Closed tsalo closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.23%. The diff coverage is 68.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   35.71%   35.95%   +0.23%     
==========================================
  Files          31       41      +10     
  Lines        4936     4940       +4     
==========================================
+ Hits         1763     1776      +13     
+ Misses       3173     3164       -9
Impacted Files Coverage Δ
brainconn/version.py 96.87% <ø> (ø) :arrow_up:
brainconn/utils/misc.py 75% <ø> (ø)
...onn/physical_connectivity/physical_connectivity.py 14.7% <ø> (ø)
brainconn/tests/test_very_long.py 0% <0%> (ø) :arrow_up:
brainconn/motifs/motifs.py 3.08% <0%> (ø)
brainconn/reference/reference.py 3.04% <10%> (ø)
brainconn/tests/test_nbs.py 100% <100%> (ø) :arrow_up:
brainconn/generative/__init__.py 100% <100%> (ø)
brainconn/tests/test_nodals.py 100% <100%> (ø) :arrow_up:
brainconn/centrality/__init__.py 100% <100%> (ø)
... and 42 more

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 fa6c4fc...5472124. Read the comment docs.

tsalo commented 6 years ago

All of the flake8 errors have now been fixed. This will close #10.