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

Scheduler incorrectly uses initial unscheduled-ness and timestamp for inputs with ROI #6892

Open
derekbruening opened this issue Jul 18, 2024 · 0 comments
Assignees

Comments

@derekbruening
Copy link
Contributor

#6822 added detection of inputs that start out unscheduled, yet it fails to consider regions of interest (ROI): if an input skips over its start point, it should not actually start unscheduled.

Similarly, the scheduler uses the very first timestamp in the input file to determine the initial time-dependent assignments of inputs to outputs: yet inputs that have ROI should use the timestamps at the ROI start point, not the very first timestamp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant