Skip to content

Commit 9f8f53d

Browse files
committed
update change log
1 parent 23b2407 commit 9f8f53d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## v2.3.1
22

3+
### new features
4+
5+
- Add calculation of "rho4" to the adaptive moments code.
6+
37
## Bug Fixes
48

59
- The metacal psf reconvolution method 'gauss' (which uses MetacalGaussPSF)

ngmix/tests/_fakemeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def make_fake_meds(
3434
import fitsio
3535

3636
if cutout_types is None:
37-
cutout_types = copy.deepcopy(CUTOUT_TYPES)
37+
cutout_types = copy.deepcopy(CUTOUT_TYPES) # pragma: no cover
3838

3939
with_psf = 'psf' in cutout_types
4040

0 commit comments

Comments
 (0)