Skip to content

Commit

Permalink
Merge pull request #28 from lsst/tickets/DM-34114
Browse files Browse the repository at this point in the history
DM-34114: Add else block
  • Loading branch information
arunkannawadi committed Mar 18, 2022
2 parents aa635fc + cd58008 commit e9a5e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/analysis/drp/scatterPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def scatterPlotWithTwoHists(self, catPlot, plotInfo, sumStats, yLims=False, xLim
plotMed = np.nanmedian(ysGalaxies)
if yLims:
ax.set_ylim(yLims[0], yLims[1])

else:
numSig = 4
yLimMin = plotMed - numSig*sigMadYs
yLimMax = plotMed + numSig*sigMadYs
Expand Down

0 comments on commit e9a5e7b

Please sign in to comment.