weaverba137 / pydl

Library of IDL astronomy routines converted to Python.
BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

Broken import with astropy 2.0 #31

Closed mwcraig closed 7 years ago

mwcraig commented 7 years ago

The import from astropy.utils.compat import argparse at https://github.com/weaverba137/pydl/blob/master/pydl/pydlutils/misc.py#L207 fails with astropy 2 because it no longer bundles argparse.

weaverba137 commented 7 years ago

Acknowledged. There are a number of astropy 2 issues that I need to fix.