berkeley-stat159 / project-iota

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

improve coverage #91

Closed amandazhang closed 8 years ago

amandazhang commented 8 years ago

I made some modifications on test file to improve coverage for our codes. I need to see the actual report to see whether it improves or not. So please do not merge this. I would merge this by myself if the modification works. Thanks.

amandazhang commented 8 years ago

Yeah~~ I did improve the coverage! Also I made some changes on Readme file on the top directory, the former one add a wrong address and I changed it into our own travis page.

amandazhang commented 8 years ago

Okay! So far sooooo good! However, further changes have to be made under data/data.py. As we can see from the code, we clearly don't have that 'd' file thus no valid test is made, which stall us from getting 100% coverage!

amandazhang commented 8 years ago

@rossbar I want to use $wget to get all subdirectories and files inside "https://nipy.bic.berkeley.edu/rcsds/ds115/sub001/" I tried $wget -r --no-parent --reject="index.html*" -e robots=off https://nipy.bic.berkeley.edu/rcsds/ds115/sub001/ --no-check-certificate

but it will still get the parent folder for me(nipy.bic.berkeley.edu/rcsds/ds115), could you please help me solve the problem? Thanks!