Skip to content

Commit 4382d19

Browse files
committed
Update regtests
1 parent 7b1fe1d commit 4382d19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

jwst/regtest/test_niriss_sourcefind.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def test_tweakreg_catalog_starfinder_alternatives(rtdata, starfinder):
2727
bkg_boxsize=10.0,
2828
starfinder_name=starfinder,
2929
starfinder_kwargs={
30-
"brightest": None,
31-
"sharphi": 3.0,
32-
"minsep_fwhm": 2.5,
30+
"n_brightest": None,
31+
"sharpness_range": (0.5, 3.0),
32+
"min_separation": max(2, int(2.5 * 2.5 + 0.5)),
3333
"sigma_radius": 2.5,
3434
},
3535
)

0 commit comments

Comments
 (0)