Skip to content

Add reset_parameters to modify WS while valueMode unchanged

Yizhou Cai requested to merge (removed):YizhousBranch into master

Hi! Here is some developments to handle the 4b workspace with already-post-fit NPs (alpha_* and gamma_*). We cannot simply use profile_parameter because some of these NPs are pruned, such an action will float those fixed NPs again. So I add an option reset_parameter which is very similar to profile_parameter but keep the ValueMode unchanged.

Merge request reports