Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82d4ea7

Browse filesBrowse files
sirtorrytheacodes
authored andcommitted
use lcm instead of vcm (GoogleCloudPlatform#1597)
1 parent b80895e commit 82d4ea7
Copy full SHA for 82d4ea7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎language/automl/dataset_test.py

Copy file name to clipboardExpand all lines: language/automl/dataset_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_dataset_create_import_delete(capsys):
3838

3939
# import data
4040
dataset_id = create_dataset_output[1].split()[2]
41-
data = "gs://{}-vcm/happiness.csv".format(project_id)
41+
data = "gs://{}-lcm/happiness.csv".format(project_id)
4242
automl_natural_language_dataset.import_data(
4343
project_id, compute_region, dataset_id, data
4444
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.