Closed danmoser closed 6 months ago
That error happens with astropy.__version__ = '5.1'
Updating to astropy.__version__ = '6.1'
solves the issue
I don't think closing this issue as it is is a good idea:
try
/except
clause which tries to use the new astropy API version for this operation and in case of this specific AttributeError
should revert to the pre 6.1 version
I'm running
astroplan.__version__ = '0.8'
and when running the tutorialsummer_triangle-3.py
I get the error below: