Skip to content

Commit

Permalink
Fixed name of model [(#1779)](#1779)
Browse files Browse the repository at this point in the history
* Fixed name of model

* update model ids
  • Loading branch information
engelke authored and busunkim96 committed Sep 1, 2020
1 parent 084d360 commit 439ae46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation/samples/snippets/predict_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


def test_predict(capsys):
model_id = "3128559826197068699"
model_id = "TRL3128559826197068699"
automl_translation_predict.predict(
project_id, compute_region, model_id, "resources/input.txt"
)
Expand Down

0 comments on commit 439ae46

Please sign in to comment.