Skip to content

Commit

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

* update model ids
  • Loading branch information
engelke committed Oct 19, 2018
1 parent 228c533 commit 293e10c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion language/automl/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 = "3472481026502981088"
model_id = "TCN3472481026502981088"
automl_natural_language_predict.predict(
project_id, compute_region, model_id, "resources/test.txt"
)
Expand Down
2 changes: 1 addition & 1 deletion translate/automl/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
2 changes: 1 addition & 1 deletion vision/automl/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 = "7383667271543079510"
model_id = "ICN7383667271543079510"
automl_vision_predict.predict(
project_id, compute_region, model_id, "resources/test.png"
)
Expand Down

0 comments on commit 293e10c

Please sign in to comment.