Skip to content

Commit 2b58b04

Browse files
committed
fix integ test
1 parent 98f4178 commit 2b58b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_mxnet_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_attach_deploy(mxnet_training_job, sagemaker_session, cpu_instance_type)
7171
1,
7272
cpu_instance_type,
7373
entry_point="mnist.py",
74-
source_dir=os.path.join(DATA_DIR, "mxnet_mnist", "mnist.py"),
74+
source_dir=os.path.join(DATA_DIR, "mxnet_mnist"),
7575
endpoint_name=endpoint_name,
7676
)
7777
data = numpy.zeros(shape=(1, 1, 28, 28))

0 commit comments

Comments
 (0)