Skip to content

Commit a875c40

Browse files
math fix
1 parent e0b8247 commit a875c40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

math/src/polismath/math/conversation.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
extremities (into {} (map vector tids (:comment-extremity pca)))]
612612
(plmb/map-from-keys
613613
(fn [tid]
614-
(let [{:keys [A P]}
614+
(let [{:keys [A P S]}
615615
;; reduce over votes per group, already aggregated
616616
(reduce
617617
(fn [votes [_gid data]]

0 commit comments

Comments
 (0)