Closed Quentin62 closed 1 year ago
Patch coverage has no change and project coverage change: -0.01
:warning:
Comparison is base (
48fb0ad
) 85.86% compared to head (4a56dd7
) 85.85%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
FPCAplot returns an IndexError when the number of components to plot is not equal to the number of created axes.
In the following, I plot 3 components, FPCAplot has created a 2*2 subplots and can not allocate a plot for the last axe and throws an IndexError
I add an if statement in the loop to compare the current enumerate value with the number of plots