Commit bba7a9f5 authored by Yuxin Wu's avatar Yuxin Wu

fix build

parent cf6567b7
...@@ -5,7 +5,7 @@ class MnistTest(TestPythonScript): ...@@ -5,7 +5,7 @@ class MnistTest(TestPythonScript):
@property @property
def script(self): def script(self):
return '../examples/mnist-convnet.py' return '../examples/basics/mnist-convnet.py'
def test(self): def test(self):
self.assertSurvive(self.script, args=None) self.assertSurvive(self.script, args=None)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment