bayespputils: Fix mf_nonevol not being plotted
requested to merge nathan-johnson-mcdaniel/lalsuite:bayespputils_mf_nonevol_plotting_fix into master
Description
The mf_nonevol
parameter was missing from the list of greedyBinSizes
in bayespputils, so it was not being plotted in posplots.html
pages, e.g., here. I have added it in with this merge request and have tested that the plot is now being created here. I am not linking to the posplots.html
page, since it was not created, due to
Generating 1D plot for a2z.
*** Error in `/usr/bin/python': munmap_chunk(): invalid pointer: 0x00007f1766f870c0 ***
occurring before cbcBayesPostProc finished running. Since this error occurs when running with a separate install of master, it is unrelated to this change.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Review Status
This change is unreviewed, but very small.
Edited by Ghost User