Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
  • Loading branch information
YujiOshima committed Oct 17, 2018
1 parent 201d84b commit f56ae70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/controller/studyjobcontroller/studyjob_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,10 +653,10 @@ func (r *ReconcileStudyJobController) getSuggestion(c katibapi.ManagerClient, st
}
func (r *ReconcileStudyJobController) saveModel(c katibapi.ManagerClient, studyID string, trialID string, workerID string) error {
ctx := context.Background()
getStudyreq := &katibapi.GetStudyRequest{
StudyId: studyID,
}
// Disable ModelDB
//getStudyreq := &katibapi.GetStudyRequest{
// StudyId: studyId,
//}
//getStudyReply, err := c.GetStudy(ctx, getStudyreq)
//if err != nil {
// return err
Expand Down

0 comments on commit f56ae70

Please sign in to comment.