From 1488823c5d16b83c73d3d823f0ea17d29275ff91 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Wed, 26 Jan 2022 08:21:13 +0100 Subject: [PATCH] Rename aux.py for Windows --- app/comp/{aux.py => aux_stats.py} | 0 app/comp/res_common.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/comp/{aux.py => aux_stats.py} (100%) 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 9356bf89e..e2e5ab16a 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