PE: fix moy promo (max -> moy)

This commit is contained in:
Emmanuel Viennet 2024-02-12 09:26:23 +01:00
parent 9c15cbe647
commit aea2204d9e
2 changed files with 2 additions and 2 deletions

View File

@ -437,7 +437,7 @@ class JuryPE(object):
# Les moys
champ = (descr, nom_stat_promo, "moy")
moys = moy_interclass.get_max()
moys = moy_interclass.get_moy()
donnees.loc[etudids_communs, champ] = moys.loc[etudids_communs]
df_synthese = df_synthese.join(donnees)

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.6.938"
SCOVERSION = "9.6.939"
SCONAME = "ScoDoc"