Closed m5signorini closed 1 year ago
Base: 85.53% // Head: 85.53% // No change to project coverage :thumbsup:
Coverage data is based on head (
af8aafb
) compared to base (42d0cdb
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
The constructor for
FPCA
receives parameters in a different order than the one used inMahalanobis
.https://github.com/GAA-UAM/scikit-fda/blob/05a35df781d65918d8730195f61a93a72198f2e1/skfda/preprocessing/dim_reduction/_fpca.py#L87-L94
Thus, the last two parameters should be interchanged in the call to the constructor in
Mahalanobis
.