Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Liquid Majority Judgment
Limaju CLI Python
Commits
d2f1bfbc
Commit
d2f1bfbc
authored
Dec 13, 2019
by
Dominique Merle
💬
Browse files
Fix an issue with candidate name generation.
parent
aa4e5a5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
limaju/limaju.py
View file @
d2f1bfbc
...
...
@@ -196,7 +196,7 @@ def deliberate(judgments_data,
if
not
candidates_list
:
candidates_list
=
\
[
"Candidate %s"
%
(
chr
(
i
))
for
i
in
range
(
len
(
judgments
))]
[
"Candidate %s"
%
(
chr
(
64
+
i
))
for
i
in
range
(
len
(
judgments
))]
for
i
,
mention
in
enumerate
(
judgments
):
if
mention
is
None
or
mention
==
''
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment