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

List EVC tree once only when querying with name #642

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

bouthilx
Copy link
Member

[Fixes #596]

Why:

The children should not be listed multiple times. If they appear in the
EVC tree of some parent experiment then they should not be listed as a
root as well.

How:

Problem was that all experiments matching the name would be fetched and
printed with their tree. When name is specified, version queried should
be 1 by default unless specified by the user.

@bouthilx bouthilx added the bug Indicates an unexpected problem or unintended behavior label Aug 25, 2021
@bouthilx bouthilx added this to the v0.1.17 milestone Aug 25, 2021
Why:

The children should not be listed multiple times. If they appear in the
EVC tree of some parent experiment then they should not be listed as a
root as well.

How:

Problem was that all experiments matching the name would be fetched and
printed with their tree. When name is specified, version queried should
be 1 by default unless specified by the user.
@bouthilx bouthilx merged commit 5a5fbcb into Epistimio:develop Aug 27, 2021
@bouthilx bouthilx deleted the hotfix/list_same_names branch August 27, 2021 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

orion list --name <exp-name> lists the tree plus all children as roots as well
1 participant