"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "8da360aa12d3cb9e6338cf5799de673aabfd9fb7"
Changed the add_probability() method of joint_probability_table so
it does a saturating add rather than a normal add. This ensures the probability value stays exactly <= 1. Previously, floating point rounding error could cause it to be slightly above 1 and would therefore cause some asserts to misfire during debugging mode.
Showing
Please register or sign in to comment