diff --git a/app/comp/aux.py b/app/comp/aux_stats.py similarity index 100% rename from app/comp/aux.py rename to app/comp/aux_stats.py diff --git a/app/comp/res_common.py b/app/comp/res_common.py index 9356bf89..e2e5ab16 100644 --- a/app/comp/res_common.py +++ b/app/comp/res_common.py @@ -8,7 +8,7 @@ from collections import defaultdict, Counter from functools import cached_property import numpy as np import pandas as pd -from app.comp.aux import StatsMoyenne +from app.comp.aux_stats import StatsMoyenne from app.comp.moy_mod import ModuleImplResults from app.models import FormSemestre, Identite, ModuleImpl from app.models.ues import UniteEns