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

102 bug remove irrelevant params fails for int vaules #103

Merged

Conversation

c-w-feldmann
Copy link
Collaborator

Pipeline Elements may contain dicts which are not param-dicts. These may not necessarily have str values as keys, breaking the split method. This PR checks if the dict has str-keys prior to spliting the str.

@c-w-feldmann c-w-feldmann linked an issue Oct 28, 2024 that may be closed by this pull request
@c-w-feldmann c-w-feldmann self-assigned this Oct 28, 2024
@c-w-feldmann c-w-feldmann added the type: bug Something isn't working label Oct 28, 2024
@c-w-feldmann c-w-feldmann marked this pull request as ready for review October 29, 2024 07:52
Copy link
Collaborator

@JochenSiegWork JochenSiegWork left a comment

Choose a reason for hiding this comment

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

lgtm

@c-w-feldmann c-w-feldmann merged commit 039c7e9 into main Oct 29, 2024
14 checks passed
@c-w-feldmann c-w-feldmann deleted the 102-bug-remove_irrelevant_params-fails-for-int-vaules branch October 29, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: remove_irrelevant_params fails for int vaules
2 participants