Skip to content

Minor fix to cbcBayesCombinePosteriors.py: Since numpy-1.12 float indices are no longer implicitly converted to integers

Since numpy-1.12 float indices are no longer implicitly converted to integers, this patch adds explicit conversion for combining posteriors using the weights option.

Merge request reports