Skip to content

Commit

Permalink
Merge pull request #45 from lsst/tickets/DM-46367
Browse files Browse the repository at this point in the history
DM-46367: add vampire pixels defects
  • Loading branch information
aferte authored Nov 12, 2024
2 parents a005dfd + 6d360e9 commit ac012c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def assertYamlEqual(self, inputA, inputB, msg=None, delta=0.2):
else:
self.assertEqual(inputA[key], inputB[key], msg)

def genericComparison(self, collections, dataId, componentMap, delta=0.2):
def genericComparison(self, collections, dataId, componentMap, delta=0.4):
"""Run common comparisons.
Parameters
Expand Down

0 comments on commit ac012c1

Please sign in to comment.