miykael / atlasreader

Python interface for generating coordinate tables and region labels from statistical MRI images
BSD 3-Clause "New" or "Revised" License
89 stars 31 forks source link

Corrects the read_atlas bug mentioned in #109 #110

Closed miykael closed 5 years ago

miykael commented 5 years ago

This PR takes care of https://github.com/miykael/atlasreader/issues/109. Thank you @pfdamasceno for bringing this to our attention.

codecov-io commented 5 years ago

Codecov Report

Merging #110 into master will decrease coverage by 0.29%. The diff coverage is 81.25%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #110     +/-   ##
=========================================
- Coverage   87.68%   87.38%   -0.3%     
=========================================
  Files           6        6             
  Lines         414      428     +14     
=========================================
+ Hits          363      374     +11     
- Misses         51       54      +3
Impacted Files Coverage Δ
atlasreader/tests/test_atlasreader.py 100% <100%> (ø) :arrow_up:
atlasreader/atlasreader.py 94.44% <70%> (-0.98%) :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 42bcfb8...e7e8278. Read the comment docs.