Skip to content

Commit 491a73d

Browse files
judgeeeeeejudgeeeeee
andauthored
fix(ormb): MetricList type error (#162)
Co-authored-by: judgeeeeee <[email protected]>
1 parent f69df1a commit 491a73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/model/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type Metadata struct {
3131
}
3232

3333
// MetricList is the type for list of metric
34-
type MetricList = []Metric
34+
type MetricList []Metric
3535

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

0 commit comments

Comments
 (0)