Open StephenNneji opened 2 weeks ago
In the Matlab, when displaying parameters the prior can be hidden by setting showPrior to false. In the python priors are always shown, Implement functionality to hide and show priors when print the parameter tables.
showPrior
Refer to RAT #274 for how this is refactored for the matlab.
In the Matlab, when displaying parameters the prior can be hidden by setting
showPrior
to false. In the python priors are always shown, Implement functionality to hide and show priors when print the parameter tables.