Skip to content

Commit

Permalink
Adjust test metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Nov 10, 2021
1 parent f833690 commit a8479f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_jointcal_hsc.py
Expand Up @@ -109,7 +109,7 @@ def test_jointcalTask_2_visits_simple_gen3(self):
colorterm_config = os.path.join(lsst.utils.getPackageDir('jointcal'),
'tests/config/hsc-colorterms-config.py')
metrics = {'astrometry_collected_refStars': 568,
'photometry_collected_refStars': 6485,
'photometry_collected_refStars': 6478,
'astrometry_prepared_refStars': 137,
'photometry_prepared_refStars': 1609,
'astrometry_matched_fittedStars': 2070,
Expand All @@ -120,7 +120,7 @@ def test_jointcalTask_2_visits_simple_gen3(self):
'photometry_prepared_ccdImages': 6,
'astrometry_final_chi2': 835.473,
'astrometry_final_ndof': 1918,
'photometry_final_chi2': 4997.62,
'photometry_final_chi2': 4977.2,
'photometry_final_ndof': 2188
}
self._runGen3Jointcal("lsst.obs.subaru.HyperSuprimeCam", "HSC", whereSuffix=where,
Expand Down

0 comments on commit a8479f3

Please sign in to comment.