Closed esheldon closed 2 years ago
shall we merge this after the other PR to get the ngmix upstream fixes?
Yes. I have three PRs to be merged.
https://github.com/esheldon/metadetect/pull/195 https://github.com/esheldon/ngmix/pull/219 https://github.com/esheldon/ngmix/pull/220
You likely want to merge master into this branch to get the tests to pass with old ngmix versions.
Also for AM, you'll need to detect the ngmix version and use the old mom
name if you want this to run with older ngmix. You can import MOMNAME from fitting and that has the right prefix.
I did merge master
Ack I missed the master merge. Admom is only one band so we don't care about sums_norm in principle.
So the test failure is from passing fwhm_smooth to older versions of the fitters that did not support that. You can avoid this by passing **kwargs if the smoothing is > 0 or you can simply wait for ngmix 2.1
Shall we merge?
CI isn't running