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

Fix issue in function "timeout_in_sequencer" #316

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

marialainez
Copy link
Collaborator

If no jobs have been launched yet, sequencer fails because jobs_run is empty and this cannot be done:
last_job_id = sorted(jobs_run["JobID"].unique())[-1]
So we can only do this if there is more than one job_id for a given run.

@morcuended morcuended merged commit 5133503 into main Nov 5, 2024
5 checks passed
@morcuended morcuended deleted the sequencer_timeout branch November 5, 2024 14:39
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

Successfully merging this pull request may close these issues.

2 participants