netneurolab / netneurotools

Useful tools from the Network Neuroscience Lab
https://netneurolab.github.io/netneurotools
BSD 3-Clause "New" or "Revised" License
61 stars 32 forks source link

[REF, ENH] Refactors `nntools.datasets` module #53

Closed rmarkello closed 5 years ago

rmarkello commented 5 years ago

ENH: Adds a fetch_connectome() function for getting species-specific structural/functional connectivity matrices.

REF: Separates dataset fetchers from dataset generators and moves former OSF_RESOURCES dictionary into data/osf.json for easier maintenance.

To Do:

codecov-io commented 5 years ago

Codecov Report

Merging #53 into master will increase coverage by 1.25%. The diff coverage is 98.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   63.03%   64.29%   +1.25%     
==========================================
  Files          21       22       +1     
  Lines        1204     1249      +45     
==========================================
+ Hits          759      803      +44     
- Misses        445      446       +1
Impacted Files Coverage Δ
netneurotools/datasets/utils.py 93.54% <100%> (+6.04%) :arrow_up:
netneurotools/datasets/generators.py 100% <100%> (ø)
netneurotools/tests/test_datasets.py 98.18% <100%> (+0.18%) :arrow_up:
netneurotools/datasets/__init__.py 100% <100%> (ø) :arrow_up:
netneurotools/datasets/fetchers.py 97.75% <95.45%> (ø)

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 6f10f85...f62bf6a. Read the comment docs.