Changement nom fichier

This commit is contained in:
Antoine JOUBREL 2024-03-31 16:35:21 +00:00
parent 35638f2a2d
commit 7341752be0

View File

@ -14,7 +14,7 @@ fs = s3fs.S3FileSystem(client_kwargs={'endpoint_url': S3_ENDPOINT_URL})
# Import KPI construction functions # Import KPI construction functions
exec(open('0_KPI_functions.py').read()) exec(open('utils_features_construction.py').read())
# Ignore warning # Ignore warning
warnings.filterwarnings('ignore') warnings.filterwarnings('ignore')