zkbt / chromatic

Tools for visualizing spectrosopic light curves, with flux as a function of wavelength and time.
MIT License
14 stars 4 forks source link

Fix `scipy` median absolute deviation problem. #185

Closed zkbt closed 2 years ago

zkbt commented 2 years ago

Different versions call it different things, causing import errors with name 'median_absolute_deviation' is not defined.

Instead of trying to be too picky about the version, maybe we can just use astropy instead?