added var split_group
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import marimo
|
||||
|
||||
__generated_with = "0.19.2"
|
||||
__generated_with = "0.19.7"
|
||||
app = marimo.App(width="full")
|
||||
|
||||
|
||||
@@ -285,7 +285,6 @@ def _(S, mo, v_18_8_3):
|
||||
def _(S, calculate_weighted_ranking_scores, data):
|
||||
top3_voices = S.get_top_3_voices(data)[0]
|
||||
top3_voices_weighted = calculate_weighted_ranking_scores(top3_voices)
|
||||
|
||||
return top3_voices, top3_voices_weighted
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user