-
Notifications
You must be signed in to change notification settings - Fork 50
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
Inconsistent output in orion status and orion list #342
Conversation
Agreed!
The name may be misleading. The goal is to get db reset to a fresh initial state for the tests. (with some initial data) |
Codecov Report
@@ Coverage Diff @@
## develop #342 +/- ##
========================================
Coverage 43.57% 43.57%
========================================
Files 64 64
Lines 11343 11343
Branches 271 271
========================================
Hits 4943 4943
Misses 6375 6375
Partials 25 25
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @donglinjy !
After run pytest, there are some invalid expriments and run orion status will get below error but orion list works well to return only the valid experiments, so I change this a little bit to make them consistent at this moment.
There may be some other to-do related to this issue
@bouthilx