-
Notifications
You must be signed in to change notification settings - Fork 699
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
let tfJob image configurable #228
Conversation
Review status: 0 of 6 files reviewed at latest revision, 1 unresolved discussion. pkg/trainer/training.go, line 283 at r1 (raw file):
Could we add a unittest for this? Comments from Reviewable |
2e411ed
to
64c1195
Compare
t.Errorf("Want\n%v; Got\n %v", util.Pformat(c.expected), util.Pformat(c.in)) | ||
} | ||
for i, c := range testCases { | ||
t.Run(fmt.Sprintf("%d", i), func(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i add this line can help quick find error in table test
--- PASS: TestSetDefaults (0.00s)
--- PASS: TestSetDefaults/0 (0.00s)
--- PASS: TestSetDefaults/1 (0.00s)
--- PASS: TestSetDefaults/2 (0.00s)
@jlewi done, ptal |
Review status: 0 of 6 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. Comments from Reviewable |
@zjj2wry Looks like there are some conflicts now. |
64c1195
to
e1fbfb3
Compare
@jlewi rebased, ptal |
Review status: 0 of 6 files reviewed at latest revision, 2 unresolved discussions. Comments from Reviewable |
This change is
Fixes #207
/cc @cwbeitel @jlewi