Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time_centered not playing nice with stride_length = "all" #139

Open
jsdillon opened this issue Sep 1, 2022 · 0 comments
Open

time_centered not playing nice with stride_length = "all" #139

jsdillon opened this issue Sep 1, 2022 · 0 comments
Assignees

Comments

@jsdillon
Copy link
Member

jsdillon commented Sep 1, 2022

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants