after NA fixes; increase Jupyter cell timeout
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 18 May 2017 15:01:45 +0000 (17:01 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 18 May 2017 15:01:45 +0000 (17:01 +0200)
reports/run.sh

index 9d67a84..4c6a00e 100755 (executable)
@@ -3,9 +3,10 @@
 
 ./ipynb_generator.py $1.gj - P=$2 H=$3
 
+# Timeout for 1 cell : 24*3600s = 24h
 jupyter-nbconvert \
        --ExecutePreprocessor.kernel_name='ir' \
-       --ExecutePreprocessor.timeout=1800 \
+       --ExecutePreprocessor.timeout=86400 \
        --execute $1.ipynb \
        --to notebook --output $1.out.ipynb
 #      --to html --output=$1.html