psych-214-fall-2016 / project-blue

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

Created get_contents function to be able to retrieve fields like TR from task.json file. #33

Closed jdtheiss closed 7 years ago

jdtheiss commented 7 years ago

This should make it pretty easy to get the TR from the task file. You simply call the function as outputs = get_contents('task-visualimageryfalsememory_bold.json', ['RepetitionTime']). The TR would be in outputs[0].

codecov-io commented 7 years ago

Current coverage is 93.69% (diff: 100%)

Merging #33 into master will increase coverage by 0.19%

@@             master        #33   diff @@
==========================================
  Files            14         14          
  Lines           507        523    +16   
  Methods           0          0          
  Messages          0          0          
  Branches         38         39     +1   
==========================================
+ Hits            474        490    +16   
  Misses           31         31          
  Partials          2          2          

Powered by Codecov. Last update 8fab903...53ec636