Skip to content
Snippets Groups Projects
Commit 9472910c authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Fix float arguments

parent 9101732b
No related branches found
No related tags found
1 merge request!176Improving SLURM based notebooks and scripts
......@@ -55,6 +55,6 @@ python -c "import papermill as pm; pm.execute_notebook(\
darkrun=int('$DARK'), \
run=int('$RUN'), \
module=int('$MODULE'), \
gain=int('$GAIN'), \
rois_th=int('$ROISTH'), \
gain=float('$GAIN'), \
rois_th=float('$ROISTH'), \
sat_level=int('$SATLEVEL')))"
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