hipspy / hips

Python library to handle HiPS
https://hips.readthedocs.io
12 stars 16 forks source link

Remove print statement from test case #87

Closed adl1995 closed 7 years ago

adl1995 commented 7 years ago

I found this print statement in test_allsky.py and thought best to remove it.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.686% when pulling 258a8d6e54ccbddfa33b770ece82ad289d30b42a on adl1995:remove-print into fce110c0e2bf31baba5d9050ccf08a9c67493dff on hipspy:master.

cdeil commented 7 years ago

@adl1995 - Thanks!

I'm working on those tests now (adding a FITS case and choosing better tiles / pixels for the asserts) and have removed the print statement as part of that PR which I'll make later today.