Skip to content
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

Adding support for experiments in the CLI. #159

Merged
merged 14 commits into from
Nov 9, 2018
Merged
Prev Previous commit
Next Next commit
Fixing imported json library in the CLI integration tests.
  • Loading branch information
vicaire committed Nov 7, 2018
commit c03add4f286e8ef28c207bd5e2d4d46348deb848
3 changes: 2 additions & 1 deletion backend/test/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package test
import (
"testing"

"encoding/json"

"github.com/golang/glog"
"github.com/kubeflow/pipelines/backend/api/go_http_client/pipeline_model"
"github.com/kubeflow/pipelines/backend/src/cmd/ml/cmd"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/suite"
"src/k8s.io/apimachinery/pkg/util/json"
)

const (
Expand Down