feder-observatory / stellarphot

Stellar aperture photometry
https://stellarphot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 12 forks source link

Two tests break in `photutils` 2 #477

Open mwcraig opened 4 weeks ago

mwcraig commented 4 weeks ago

Two of our tests break in photutils>=2:

FAILED ../../.tox/test-phot2/lib/python3.11/site-packages/stellarphot/photometry/tests/test_profiles.py::TestCenter::test_find_center_no_noise_good_guess - AssertionError:
FAILED ../../.tox/test-phot2/lib/python3.11/site-packages/stellarphot/photometry/tests/test_profiles.py::TestRadialProfile::test_radial_profile_with_background - AssertionError:

See this PR check for the full traceback.

Will pin the photutils version for now, but this should get a proper fix eventually.