Skip to content

Commit c776b4a

Browse files
icywang86ruiEliza Zhang
authored andcommitted
Fix Keras test (aws#132)
This test is only configured to run with 'local'. Change it to use the correct instance type accordingly.
1 parent 005ce70 commit c776b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/local/test_keras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_keras_training(sagemaker_local_session, docker_image, tmpdir, framework
3535
entry_point=entry_point,
3636
role='SageMakerRole',
3737
train_instance_count=1,
38-
train_instance_type='local',
38+
train_instance_type=local_mode_instance_type,
3939
image_name=docker_image,
4040
sagemaker_session=sagemaker_local_session,
4141
model_dir='/opt/ml/model',

0 commit comments

Comments
 (0)