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

Merge branch 'fix' into 'master'

Fix bin DSSC script

See merge request !177
parents 847b3fe8 cbc17e5d
No related branches found
No related tags found
1 merge request!177Fix bin DSSC script
...@@ -48,6 +48,6 @@ python -c "import papermill as pm; pm.execute_notebook(\ ...@@ -48,6 +48,6 @@ python -c "import papermill as pm; pm.execute_notebook(\
dark_runNB=int('$DARK'), \ dark_runNB=int('$DARK'), \
runNB=int('$RUN'), \ runNB=int('$RUN'), \
module_group=int('$MODULE_GROUP'), \ module_group=int('$MODULE_GROUP'), \
path='$RDIR', \ path='$RDIR/', \
xaxis='$XAXIS', \ xaxis='$XAXIS', \
bin_width=float('$BINWIDTH')))" bin_width=float('$BINWIDTH')))"
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