Skip to content

Commit a644963

Browse files
committed
Fixed typo where wrong file was sent to s3
1 parent e00263b commit a644963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/lightweight-components/mobile-price-classifications.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"s3 = s3fs.S3FileSystem(endpoint_url=s3_endpoint, key=aws_access_key_id, secret=aws_secret_access_key, use_ssl=s3_verify_ssl)\n",
9696
"s3_dataset_path = f\"{s3_bucket}/mobile-price-classification\"\n",
9797
"s3.put(f\"{dataset_path}/train.csv\", f\"{s3_dataset_path}/train.csv\")\n",
98-
"s3.put(f\"{dataset_path}/train.csv\", f\"{s3_dataset_path}/test.csv\")\n",
98+
"s3.put(f\"{dataset_path}/test.csv\", f\"{s3_dataset_path}/test.csv\")\n",
9999
"print(s3.ls(s3_dataset_path))"
100100
]
101101
},

0 commit comments

Comments
 (0)