This commit is contained in:
Emmanuel Viennet 2021-11-06 18:34:01 +01:00
parent ac09c104e9
commit a25ebe9a46

View File

@ -666,7 +666,7 @@ def _add_moymod_column(
notes.append(val) notes.append(val)
nb_notes = nb_notes + 1 nb_notes = nb_notes + 1
sum_notes += val sum_notes += val
coefs[col_id] = "" coefs[col_id] = "(avec abs)"
if keep_numeric: if keep_numeric:
note_max[col_id] = 20.0 note_max[col_id] = 20.0
else: else: