Skip to content

Fixed bug in pcigale-plots: correct PDFs plotting with nan values

CORRE David requested to merge dcorre/cigale:develop into develop

When model fluxes are np.nan the PDFs plots were wrong because the number of bins calculation took into account nan values. Now they are filtered so that only finite values are considered.

Merge request reports