1
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Emmanuel Viennet ab0466b1b5 Hotfix: inscriptions aux UE 2022-12-10 06:30:49 -03:00
2 changed files with 3 additions and 2 deletions

View File

@ -223,8 +223,9 @@ class ResultatsSemestreBUT(NotesTableCompat):
1.0, index=etuds_parcour_id.keys(), columns=ue_ids, dtype=float
)
# matrice de NaN, inscrits par défaut à aucune UE:
# XXX hotfix / à revoir avec 9.4.14 XXX TODO
ues_inscr_parcours_df = pd.DataFrame(
np.nan, index=etuds_parcour_id.keys(), columns=ue_ids, dtype=float
1.0, index=etuds_parcour_id.keys(), columns=ue_ids, dtype=float
)
ue_by_parcours = {} # parcours_id : {ue_id:0|1}
for parcour in self.formsemestre.formation.referentiel_competence.parcours:

View File

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