Skip to content

rate.BinnedLnPDF.normalize(): don't barf on NaN

Kipp Cannon requested to merge (removed):binnedlnpdfnannormalize into master
  • allow NaN bin counts. I mean, something's almost certainly broken somewhere, but that's not our business. barfing on NaN in this method interrupts operations like .add() and leaves the calling code not sure what state things have been left in. with this patch, everything just become NaN.

Merge request reports