weaverba137 / pydl

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

Update doctests to recent Numpy versions. #56

Closed weaverba137 closed 4 years ago

weaverba137 commented 4 years ago

Eliminate this from the top-level __init__.py file:

try:
    from numpy import set_printoptions
    set_printoptions(legacy='1.13')
except Exception:
    pass