forked from ScoDoc/ScoDoc
comment
This commit is contained in:
parent
de6ab44cd9
commit
16b9962807
@ -116,9 +116,8 @@ class ResultatsSemestreClassic(NotesTableCompat):
|
|||||||
if bonus_mg is not None:
|
if bonus_mg is not None:
|
||||||
self.etud_moy_gen += bonus_mg
|
self.etud_moy_gen += bonus_mg
|
||||||
self.etud_moy_gen.clip(lower=0.0, upper=20.0, inplace=True)
|
self.etud_moy_gen.clip(lower=0.0, upper=20.0, inplace=True)
|
||||||
self.bonus = (
|
# compat nt, utilisé pour l'afficher sur les bulletins:
|
||||||
bonus_mg # compat nt, utilisé pour l'afficher sur les bulletins
|
self.bonus = bonus_mg
|
||||||
)
|
|
||||||
# --- UE capitalisées
|
# --- UE capitalisées
|
||||||
self.apply_capitalisation()
|
self.apply_capitalisation()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user