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

Debugs code and improves documentation of voxel_thresh parameter #101

Closed miykael closed 5 years ago

miykael commented 5 years ago

This PR is a reaction to this issue https://github.com/miykael/atlasreader/issues/100.

codecov-io commented 5 years ago

Codecov Report

Merging #101 into master will decrease coverage by 0.12%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
- Coverage      88%   87.87%   -0.13%     
==========================================
  Files           6        6              
  Lines         400      404       +4     
==========================================
+ Hits          352      355       +3     
- Misses         48       49       +1
Impacted Files Coverage Δ
atlasreader/cli.py 0% <0%> (ø) :arrow_up:
atlasreader/atlasreader.py 95.7% <75%> (-0.33%) :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 f05fdbb...0b99f4f. Read the comment docs.

miykael commented 5 years ago

All tests passed. Will merge this.