Skip to content

Commit 71abd6b

Browse files
committed
change: throw error on TF 1.14 with EIA
1 parent be1a094 commit 71abd6b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/unit/test_tfs.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,7 @@ def test_tfs_model_image_accelerator_not_supported(sagemaker_session):
106106

107107
# assert error is not raised
108108

109-
model.deploy(
110-
instance_type="ml.c4.xlarge",
111-
initial_instance_count=1,
112-
)
109+
model.deploy(instance_type="ml.c4.xlarge", initial_instance_count=1)
113110

114111
with pytest.raises(AttributeError) as e:
115112
model.deploy(

0 commit comments

Comments
 (0)