feder-observatory / stellarphot

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

Fix test that breaks in numpy 2.0 #375

Closed mwcraig closed 2 months ago

mwcraig commented 2 months ago

@JuanCab -- this should be a pretty quick one to review for a change. I'm not quite sure how this test every worked, but it definitely fails with numpy 2 (See #374 for example). The change here fixes it.

mwcraig commented 2 months ago

The only change was to increase the tolerance a touch on windows. If tests pass I'll go ahead and merge.