Skip to content
Snippets Groups Projects
Commit 5869b5c7 authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

Compute indices one time

parent bc27ad7e
No related branches found
No related tags found
1 merge request!6Fully functional version that calculate layer with all stages
......@@ -101,11 +101,12 @@ for NOM_COMMUNE in $( echo "${!LISTE_COMMUNES[@]}" | tr ' ' '\n' | sort ); do
python3 main.py computeFactors $CODE_INSEE
check
stage "Compute Indices : $NOM_COMMUNE"
python3 main.py computeIndices $CODE_INSEE
check
done
stage "Compute Indices"
python3 main.py computeIndices
check
# Launching everything, it is possible to give a list of townships
# python3 main.py computeAll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment