Skip to content

PRW: Protect against very rare case of weights==0 for a given mu

Anthony Morley requested to merge amorley-21.2-patch-09385 into 21.2

If you have the sum of weights==0 for a given mu then you will have 0 in the PRW profile leading to an exception or FPE later. A warning is printed as this should not happen very frequently and the user should be aware.

Edited by Nils Erik Krumnack

Merge request reports