Skip to content
Snippets Groups Projects
Commit df674f0e authored by Luis Salamanca's avatar Luis Salamanca
Browse files

Isolation at the end

parent a5a879d0
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ year_end=$6
for year in $(seq $year_start $year_end)
do
echo $year
$CONDA_DIR/envs/renku/bin/renku run --isolation python $1 ${2}/$year/${3}.tar.gz ${2}/$year/${4}.tar.gz
$CONDA_DIR/envs/renku/bin/renku run python $1 ${2}/$year/${3}.tar.gz ${2}/$year/${4}.tar.gz --isolation
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment