The source project of this merge request has been removed.
rate.BinnedLnPDF.normalize(): don't barf on NaN
- 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.