psych-214-fall-2016 / project-blue

Psych 214 | Fall 2016 | project-blue
Other
2 stars 6 forks source link

Updated motion_correction module with tests. #26

Closed jdtheiss closed 7 years ago

jdtheiss commented 7 years ago

I've updated the motion_correction module to run on a full 4D image and added tests for each function.

codecov-io commented 7 years ago

Current coverage is 99.32% (diff: 97.60%)

Merging #26 into master will increase coverage by 12.33%

@@             master        #26   diff @@
==========================================
  Files            10         11     +1   
  Lines           369        447    +78   
  Methods           0          0          
  Messages          0          0          
  Branches         21         26     +5   
==========================================
+ Hits            321        444   +123   
+ Misses           48          1    -47   
- Partials          0          2     +2   

Powered by Codecov. Last update 3b2dab8...5fb081d

joewiner commented 7 years ago

Nice, looks good.