Skip to content

Commit

Permalink
Update expected chi2 and ndof parameters
Browse files Browse the repository at this point in the history
The default value of the astrometryOutlierRelativeTolerance config
parameter has been changed in obs_subaru, so the expected values of chi2
and ndof change in some tests.
  • Loading branch information
cmsaunders committed Jun 11, 2021
1 parent 3b2d1f0 commit 2dd2d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_jointcal_hsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ def test_jointcalTask_10_visits_simple_astrometry_no_photometry(self):
'associated_astrometry_fittedStars': 5860,
'selected_astrometry_fittedStars': 3568,
'selected_astrometry_ccdImages': 30,
'astrometry_final_chi2': 10218.518,
'astrometry_final_ndof': 18574,
'astrometry_final_chi2': 10263.386,
'astrometry_final_ndof': 18588,
}
self._testJointcalTask(10, dist_rms_relative, dist_rms_absolute, pa1, metrics=metrics)

Expand Down

0 comments on commit 2dd2d35

Please sign in to comment.