radio-astro-tools / uvcombine

Combine images made with different resolutions, including the "feathering" technique for interferometry data.
https://uvcombine.readthedocs.io
19 stars 15 forks source link

Replace astropy-init w/spectral-cube version #38

Closed keflavich closed 11 months ago

keflavich commented 12 months ago

To fix the current failure on import w/astropy 6

keflavich commented 12 months ago

The failure is related to pytest openfiles. Do we need https://github.com/astropy/pytest-openfiles as a dependency?

keflavich commented 11 months ago

@e-koch or @astrofrog any chance you can help out with this?

e-koch commented 11 months ago

Can we just drop the open files check for tests? I think that's what we've done elsewhere

There's another failure in hear from a change in skimage, too, that I can check out

keflavich commented 11 months ago

Yeah, totally good to drop the openfiles check

keflavich commented 11 months ago

We still have a bunch of failures that I think are unrelated to this PR but do need fixing.