Skip to content

Commit de1880b

Browse files
authored
Update lgrass.lpy
1 parent e29e7b3 commit de1880b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lgrass/lgrass.lpy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import pandas as pd
1717

1818

1919
##### Configuration du chemin #####
20-
INPUTS_DIRPATH = '/lustre/rouets/inputs'
21-
OUTPUTS_DIRPATH = '/lustre/rouets/outputs'
22-
GRAPHS_DIRPATH = '/lustre/rouets/graphs'
20+
INPUTS_DIRPATH = 'inputs'
21+
OUTPUTS_DIRPATH = 'outputs'
22+
GRAPHS_DIRPATH = 'graphs'
2323

2424
##### Parametres plante #####
2525
path_param=os.path.join(INPUTS_DIRPATH,'Parametre_plante_Lgrass.xls') # Fichier contenant les parametres

0 commit comments

Comments
 (0)