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 run names and their output directory names for supper pipelines #1110

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

roytman
Copy link
Member

@roytman roytman commented Mar 7, 2025

Why are these changes needed?

fixes #1109

Related issue number (if any).

#1109

@roytman roytman requested review from revit13 and touma-I March 7, 2025 16:14
@@ -100,7 +100,7 @@ def _remove_unused_params(d: dict[str, Any]) -> None:
d.pop("output_parent_path", None)
d.pop("parent_path_suffix", None)
d.pop("skip", None)
d.pop("name", None)
# d.pop("name", None)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this line be removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, thanks

Signed-off-by: Alexey Roytman <[email protected]>
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.

[Bug] Parallel KFR execution of the same simple pipeline
2 participants