berkeley-stat159 / project-iota

BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Check failed when pull request #86

Closed ay2456 closed 8 years ago

ay2456 commented 8 years ago

Hi Ross,

I was trying to create pull request for two .py file but 1 check failed.

https://travis-ci.org/berkeley-stat159/project-iota/builds/95469124

What should I do with that?

rossbar commented 8 years ago

There seem to be two separate issues:

1) TravisCI can't find nibabel. Is it in your requirements.txt?

2) The import of your f_test code failed. Check to see why this is. You can run make coverage on your local machine to see if you get the same error.

ay2456 commented 8 years ago

I got it. Thanks!