hipspy / hips

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

Use dict (now ordered in Python 3.6+ #124

Closed cdeil closed 6 years ago

cdeil commented 6 years ago

Python dicts are ordered since Python 3.6, and it will stay that way (see here). So removing collections.OrderedDict by dict.

cdeil commented 6 years ago

Looking at the logs, I think all of the fails are HTTP fetch timeouts, unrelated to this change. Merging.