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

A bug in cuds/utils/ utils.py find_cuds() function #33

Closed
pablo-de-andres opened this issue Jun 22, 2020 · 5 comments
Closed

A bug in cuds/utils/ utils.py find_cuds() function #33

pablo-de-andres opened this issue Jun 22, 2020 · 5 comments
Assignees
Labels

Comments

@pablo-de-andres
Copy link
Member

In GitLab by @urbanmatthias on Jun 13, 2019, 14:28

There is a recursion bug in the function find_cuds(). The function recurses only one branch of the tree. When it reaches the end of the branch, it returns None and does not traverse the rest of the tree.

@pablo-de-andres
Copy link
Member Author

In GitLab by @urbanmatthias on Jun 13, 2019, 18:05

closed via commit de9f7bf

By Pablo de Andres on 2019-06-13T16:05:40 (imported from GitLab project)

@pablo-de-andres
Copy link
Member Author

In GitLab by @urbanmatthias on Jun 13, 2019, 16:15

mentioned in merge request !8

By Haralambi Todorov on 2019-06-13T14:15:08 (imported from GitLab project)

@pablo-de-andres
Copy link
Member Author

In GitLab by @urbanmatthias on Jun 13, 2019, 14:29

created branch 26-a-bug-in-cuds-utils-utils-py-find_cuds to address this issue

By Haralambi Todorov on 2019-06-13T12:29:36 (imported from GitLab project)

@pablo-de-andres
Copy link
Member Author

In GitLab by @urbanmatthias on Jun 13, 2019, 14:29

changed title from A bug in cuds/utils/ utils.py find_cuds() to A bug in cuds/utils/ utils.py find_cuds(){+ function+}

By Haralambi Todorov on 2019-06-13T12:29:04 (imported from GitLab project)

@pablo-de-andres
Copy link
Member Author

In GitLab by @pablo-de-andres on Oct 18, 2019, 08:38

mentioned in commit de9f7bf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants