Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…#1779)

* Fixed name of model

* update model ids
  • Loading branch information
engelke authored and busunkim96 committed Sep 29, 2020
1 parent 6de0376 commit e561f44
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e561f44

Please sign in to comment.