Skip to content

Commit

Permalink
fix ucm for cwv
Browse files Browse the repository at this point in the history
  • Loading branch information
reality committed Aug 9, 2022
1 parent a8b81fe commit 62ff967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klarigi/src/main/groovy/klarigi/Klarigi.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public class Klarigi {
def reScorer = new Scorer(ontoHelper, coefficients, data, excludeClasses, false, threads)

allExplanations.each { exps ->
exps.results[2] = reScorer.scoreClasses(exps.cluster, threads, assoc[exps.cluster], true)
exps.results[0] = reScorer.scoreClasses(exps.cluster, threads, assoc[exps.cluster], true)
}
}

Expand Down

0 comments on commit 62ff967

Please sign in to comment.