We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6ca73 commit 0bfed47Copy full SHA for 0bfed47
tests/integ/test_multidatamodel.py
@@ -178,9 +178,7 @@ def test_multi_data_model_deploy_pretrained_models(
178
179
180
@pytest.mark.local_mode
181
-def test_multi_data_model_deploy_pretrained_models_local_mode(
182
- container_image, sagemaker_session
183
-):
+def test_multi_data_model_deploy_pretrained_models_local_mode(container_image, sagemaker_session):
184
timestamp = sagemaker_timestamp()
185
endpoint_name = "test-multimodel-endpoint-{}".format(timestamp)
186
model_name = "test-multimodel-{}".format(timestamp)
0 commit comments