Skip to content

fix feature labels in report_loo

Mats Van Es requested to merge psyc1435/pyfix:psyc1435-master-patch-73592 into master

NaNs are removed from corr, but not from the list of feature labels. This creates an issue in dendro = hierarchy.dendrogram(...) because there is no correspondance between the shape of corr and the feature list in loo_result. This is now fixed

Merge request reports