Skip to content

Commit

Permalink
fix(ormb): MetricList type error (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: judgeeeeee <yf@caicloud.io>
  • Loading branch information
judgeeeeee and judgeeeeee committed Dec 16, 2020
1 parent f69df1a commit 491a73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Metadata struct {
}

// MetricList is the type for list of metric
type MetricList = []Metric
type MetricList []Metric

// Metric is the type for training metric (e.g. acc).
type Metric struct {
Expand Down

0 comments on commit 491a73d

Please sign in to comment.