-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
List EVC tree once only when querying with name
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.
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters