Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit aea2204d9e - Show all commits

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"