Keck-DataReductionPipelines / KCWI_DRP

KCWI python DRP
BSD 3-Clause "New" or "Revised" License
10 stars 14 forks source link

Fix astropy block_reduce import #54

Closed MNBrod closed 3 years ago

MNBrod commented 3 years ago

This should get rid of the following warning:

2021-05-05 10:47:06:py.warnings:WARNING: /Users/mbrodheim/opt/anaconda3/envs/kcwidrp/lib/python3.7/site-packages/astropy/nddata/utils.py:36: AstropyDeprecationWarning: block_reduce was moved to the astropy.nddata.blocks module. Please update your import statement. AstropyDeprecationWarning)

MNBrod commented 3 years ago

Check to see if the warning is thrown by CCDPROC. If it is, this isn't our problem

MNBrod commented 3 years ago

Closed with #72