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 scheduling algorithms without runtime property #26

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

m-fila
Copy link
Collaborator

@m-fila m-fila commented Jul 16, 2024

BEGINRELEASENOTES

  • Fixed scheduling of algorithms with missing runtime property. A warning is displayed and the default value 0 is used

ENDRELEASENOTES

Scheduling ATLAS/q449 got broken in #21 because some of the algorithm vertices don't specify a runtime property. After inspection, it seems that they were never executed in the test job hence the values were missing.
Adding handling missing runtime information should be more flexible (default for now, could be changed to average later) than putting a default value in the graphml

@m-fila m-fila requested a review from joott July 16, 2024 11:22
@m-fila m-fila merged commit 7934198 into key4hep:main Jul 16, 2024
2 checks passed
@m-fila m-fila deleted the missing_runtime branch July 16, 2024 11:36
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.

1 participant