Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Sep 5, 2023
1 parent 9caf554 commit 85e718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/dipoleFitTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ def measure(self, measRecord, exposure, posExp=None, negExp=None):
if result.nData >= 1:
measRecord[self.nDataKey] = result.nData
else:
measRecord[self.nDataKey] = np.nan
measRecord[self.nDataKey] = 0

self.doClassify(measRecord, result.chi2)

Expand Down

0 comments on commit 85e718c

Please sign in to comment.