Rename test method in hips/tiles/tests/test_tile.py. There were two test_fetch_read_write_fits and that's why the first one never ran.
Put HipsSurveyProperties and HipsSurveyPropertiesList in the same file.
They are very much related and I think it's slightly better to maintain them this way.
(and the old name description.py wasn't related to HipsSurveyProperties any more by name, so it was hard to find / guess where that class is).
Update the getting started docs page a bit.
I think these changes are uncontroversial, so I'll merge if travis-ci passes.
As always: Comments and follow-up PR are still welcome anytime of course!
Coverage decreased (-0.5%) to 86.751% when pulling 8af90581b6d63c75d939226de4d23116609312b5 on cdeil:things into 544d7e6b4beba1365d27b9e1a007a28c32515d6f on hipspy:master.
This PR does some misc small cleanup:
hips/tiles/tests/test_tile.py
. There were twotest_fetch_read_write_fits
and that's why the first one never ran.HipsSurveyProperties
andHipsSurveyPropertiesList
in the same file. They are very much related and I think it's slightly better to maintain them this way. (and the old namedescription.py
wasn't related toHipsSurveyProperties
any more by name, so it was hard to find / guess where that class is).I think these changes are uncontroversial, so I'll merge if travis-ci passes. As always: Comments and follow-up PR are still welcome anytime of course!