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

extractVariableGroups: add param 'sorted', find vars also if |++| exists but |+| is missing #109

Merged
merged 3 commits into from
Sep 6, 2024

Conversation

orichters
Copy link
Contributor

@orichters orichters commented Sep 4, 2024

  • if |+| variables were missing but |++| exists, nothing was found. Instead: always search as long as the longest ++++++++ string goes (also drops the restriction to 10)
  • add parameter sorted that allows to sort both parents and childs

Copy link
Member

@dklein-pik dklein-pik left a comment

Choose a reason for hiding this comment

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

Cool feature. Tested it. Works. Thank you.

@orichters orichters merged commit 158a58f into pik-piam:master Sep 6, 2024
2 checks passed
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