psferguson / chrysomallos

linking stars to observational selection functions through ssi
GNU General Public License v3.0
1 stars 0 forks source link

adopt_a_cat unit test currently fails #27

Closed psferguson closed 6 months ago

psferguson commented 6 months ago

The unit test for adopt a cat is currently failing with

xycoords_inp = wcs.skyToPixelArray(cat["ra"], cat["dec"], degrees=True) E AttributeError: 'NoneType' object has no attribute 'skyToPixelArray'

python/chrysomallos/injection/adopt_a_cat.py:239: AttributeError

FAILED tests/test_adopt_a_cat.py::TestMassageTheCat::test_massage_the_cat - AttributeError: 'NoneType' object has no attribute 'skyToPixelArray'