You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run a job on a single file from the middle of the night. Here's what the toml entry looks like:
chunk_size = 1
stride_length = "all"
time_centered = true
mem = 32000
args = ["{basename}",
"${NOTEBOOK_OPTS:nb_template_dir}",
"${NOTEBOOK_OPTS:nb_output_repo}",
"${NOTEBOOK_OPTS:git_push}",
"${FILE_INSPECT_OPTS:am_corr_bad}",
"${FILE_INSPECT_OPTS:am_corr_suspect}",
"${FILE_INSPECT_OPTS:am_xpol_bad}",
"${FILE_INSPECT_OPTS:am_xpol_suspect}",
"${FILE_INSPECT_OPTS:auto_power_good_low}",
"${FILE_INSPECT_OPTS:auto_power_good_high}",
"${FILE_INSPECT_OPTS:auto_power_suspect_low}",
"${FILE_INSPECT_OPTS:auto_power_suspect_high}",
"${FILE_INSPECT_OPTS:auto_slope_good_low}",
"${FILE_INSPECT_OPTS:auto_slope_good_high}",
"${FILE_INSPECT_OPTS:auto_slope_suspect_low}",
"${FILE_INSPECT_OPTS:auto_slope_suspect_high}",
]```
Instead, it's running the job on the first file of the night. Am I doing something wrong, or is this a bug?
The text was updated successfully, but these errors were encountered:
I'm trying to run a job on a single file from the middle of the night. Here's what the toml entry looks like:
The text was updated successfully, but these errors were encountered: