Skip to content

Commit

Permalink
fixup: post review commit in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Oct 3, 2022
1 parent a5560f5 commit 6dd8777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_hsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def testHsmPsfMoments(
# Test schema documentation
for fieldName in cat.schema.extract("*HsmPsfMoments_[xy]*"):
self.assertEqual(cat.schema[fieldName].asField().getDoc(),
"PSF adaptive moments algorithm from HSM")
"Adaptive moments of the PSF via the HSM shape algorithm")

@lsst.utils.tests.methodParameters(
# Make Cartesian product of settings to feed to methodParameters
Expand Down Expand Up @@ -606,7 +606,7 @@ def testHsmPsfMomentsDebiased(
# Test schema documentation
for fieldName in cat.schema.extract("*HsmPsfMomentsDebiased_[xy]*"):
self.assertEqual(cat.schema[fieldName].asField().getDoc(),
"Debiased PSF adaptive moments algorithm from HSM")
"Debiased adaptive moments of the PSF via the HSM shape algorithm")

testHsmPsfMomentsDebiasedEdgeArgs = dict(
width=(2.0, 3.0, 4.0),
Expand Down

0 comments on commit 6dd8777

Please sign in to comment.