You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a bug has been introduced with the recent release - reproject makes use of the single_reference=True option but this doesn't appear to be working anymore in the last few days:
E Exception: File not found for comparison test
E Generated file:
E /var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/tmp8ftf61xs/test_reproject_roundtrip[asdf].fits
E This is expected for new tests.
but the reference file should be test_reproject_roundtrip.fits not test_reproject_roundtrip[asdf].fits
The text was updated successfully, but these errors were encountered:
Yes, it's related to a bug in that PR. When the single reference option option is enabled it's generating the file name using item.name instead of item.function. Should be a quick fix. I'll try to get that in next week, unless someone gets there before me!
I think a bug has been introduced with the recent release - reproject makes use of the
single_reference=True
option but this doesn't appear to be working anymore in the last few days:https://github.com/astropy/reproject/actions/runs/6854228148/job/18815976303
Example error:
but the reference file should be
test_reproject_roundtrip.fits
nottest_reproject_roundtrip[asdf].fits
The text was updated successfully, but these errors were encountered: