-
Notifications
You must be signed in to change notification settings - Fork 442
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
[GSoC] Add unit tests for tune
API
#2423
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
/area gsoc |
Ref: #2339 |
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
tune
APItune
API
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
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.
Thank you for doing this @helenxie-bit!
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
tune
APItune
API
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
@andreyvelich The unit test for |
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.
Thank you for doing this @helenxie-bit!
/assign @tenzen-y @johnugeorge @deepanker13 @droctothorpe @Electronic-Waste
…yword argument Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
@andreyvelich Thank you so much for reviewing this! I’ve replied to all your feedback, and please take a look when you have time. |
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 your great contribution @helenxie-bit ! I left some suggestions about the name of UTs for your reference
I guess it will be more friendly for other developers to understand these UTs if we could specify the scope of each UTs:)
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
@Electronic-Waste Thank you so much for your suggestions! I have incorporated your advice into the UTs. |
…ing[huggingface' into dependencies Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
@andreyvelich I’ve added the
Additionally, I have added verification for the experiment object in two valid flow cases in the following section: katib/sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py Lines 587 to 639 in b24b44f
Please review when you have time. Thanks! |
What this PR does / why we need it:
This PR adds unit tests and fix some minor bugs of
tune
API.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Checklist: