You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line 1115 line.raw = line.raw.lower() generates an exception: "EXCEPTION of type 'FrozenInstanceError' occurred with message: '' I had to comment it
Lines 158 160 colorize() seems to be deprecated. I had to remove colorize
and last I got a warning with pyfit
"PyFITSDeprecationWarning: PyFITS is deprecated, please use astropy.io.fits"
Cheers
Aristide
The text was updated successfully, but these errors were encountered:
Thanks for the info!
I'm creating a separate issue for replacing PyFITS with astropy.
I'm unable to reproduce the exceptions with line.raw.lower() and colorize(). What makes you think colorize() is deprecated? And which versions of python and cmd2 are you using?
The line 1115 line.raw = line.raw.lower() generates an exception: "EXCEPTION of type 'FrozenInstanceError' occurred with message: '' I had to comment it
Lines 158 160 colorize() seems to be deprecated. I had to remove colorize
and last I got a warning with pyfit
"PyFITSDeprecationWarning: PyFITS is deprecated, please use astropy.io.fits"
Cheers
Aristide
The text was updated successfully, but these errors were encountered: