Skip to content
Snippets Groups Projects

Fix bin DSSC script

Merged Loïc Le Guyader requested to merge fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -48,6 +48,6 @@ python -c "import papermill as pm; pm.execute_notebook(\
dark_runNB=int('$DARK'), \
runNB=int('$RUN'), \
module_group=int('$MODULE_GROUP'), \
path='$RDIR', \
path='$RDIR/', \
xaxis='$XAXIS', \
bin_width=float('$BINWIDTH')))"
Loading