We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b2407 commit 9f8f53dCopy full SHA for 9f8f53d
CHANGES.md
@@ -1,5 +1,9 @@
1
## v2.3.1
2
3
+### new features
4
+
5
+ - Add calculation of "rho4" to the adaptive moments code.
6
7
## Bug Fixes
8
9
- The metacal psf reconvolution method 'gauss' (which uses MetacalGaussPSF)
ngmix/tests/_fakemeds.py
@@ -34,7 +34,7 @@ def make_fake_meds(
34
import fitsio
35
36
if cutout_types is None:
37
- cutout_types = copy.deepcopy(CUTOUT_TYPES)
+ cutout_types = copy.deepcopy(CUTOUT_TYPES) # pragma: no cover
38
39
with_psf = 'psf' in cutout_types
40
0 commit comments