Skip to content
Snippets Groups Projects
Commit aea2204d authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

PE: fix moy promo (max -> moy)

parent 9c15cbe6
No related branches found
No related tags found
No related merge requests found
...@@ -437,7 +437,7 @@ class JuryPE(object): ...@@ -437,7 +437,7 @@ class JuryPE(object):
# Les moys # Les moys
champ = (descr, nom_stat_promo, "moy") 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] donnees.loc[etudids_communs, champ] = moys.loc[etudids_communs]
df_synthese = df_synthese.join(donnees) df_synthese = df_synthese.join(donnees)
......
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.6.938" SCOVERSION = "9.6.939"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment