Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: YujiOshima <[email protected]>
  • Loading branch information
YujiOshima committed Oct 15, 2018
1 parent 2faf5d8 commit e0f2cf5
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 @@ -648,10 +648,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 e0f2cf5

Please sign in to comment.