radio-astro-tools / spectral-cube

Library for reading and analyzing astrophysical spectral data cubes
http://spectral-cube.rtfd.org
BSD 3-Clause "New" or "Revised" License
95 stars 62 forks source link

Fix for issue 803: don't try to multiply by None #804

Closed keflavich closed 2 years ago

keflavich commented 2 years ago

We have a logical error in dask's convolve_to that is causing #803. This simple fix solves it.

keflavich commented 2 years ago

Also ready for review. Looks like we got the tests working now