Skip to content

Commit 3e03702

Browse files
committed
Fix EIA code dir
1 parent 77faf02 commit 3e03702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
model_gpu_dir)
4444

4545
model_eia_dir = os.path.join(mnist_path, eia_sub_dir)
46-
mnist_eia_script = os.path.join(model_eia_dir, 'code/mnist.py')
46+
mnist_eia_script = os.path.join(model_eia_dir, 'mnist.py')
4747
model_eia_tar = file_utils.make_tarfile(mnist_eia_script,
4848
os.path.join(model_eia_dir, "model.pth"),
4949
model_eia_dir)

0 commit comments

Comments
 (0)