Skip to content

Commit

Permalink
Update star selection test threshold for test_calibrateImage.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Feb 28, 2024
1 parent dd1db78 commit 46013a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def setUp(self):
# find_stars needs an id generator.
self.id_generator = lsst.meas.base.IdGenerator()

# Something about this test dataset prefers the older fluxRatio here.
self.config.star_catalog_calculation.plugins['base_ClassificationExtendedness'].fluxRatio = 0.925
# Something about this test dataset prefers a larger threshold here.
self.config.star_selector["science"].unresolved.maximum = 0.2

def _check_run(self, calibrate, result):
"""Test the result of CalibrateImage.run().
Expand Down

0 comments on commit 46013a8

Please sign in to comment.