Currently mizer uses the names min_w_pp and w_pp_cutoff whereas mizerMR uses w_min and w_max. The _pp subscript does not make much sense and I would like to harmonise the resource parameters between mizer and mizerMR. Therefore we should also add a w_min column to the list returned by resource_params().
Currently mizer uses the names
min_w_pp
andw_pp_cutoff
whereas mizerMR usesw_min
andw_max
. The_pp
subscript does not make much sense and I would like to harmonise the resource parameters between mizer and mizerMR. Therefore we should also add aw_min
column to the list returned byresource_params()
.