aaronmarkham commented on issue #9616: Removing a broken tutorial from the nightly tests URL: https://github.com/apache/incubator-mxnet/pull/9616#issuecomment-361642700 @mbaijal Let's do that! It looks like the tutorials that are tested end with some kind of `assert` call, but I'm still not sure how that's interpreted by the testing component. Also, running the `test_all.sh` script according to the [readme](https://github.com/apache/incubator-mxnet/blob/master/tests/nightly/README.md) in the `tests/nightly` folder doesn't work for me, so I haven't been able to test this change directly or try out assertions on other tutorials. I used a Base DLAMI, installed the undocumented dependency `bc`, and then the test script breaks with: ``` +++ Running case: 08-Python.Multi.Lenet.Mnist +++ working dir: /home/ubuntu/incubator-mxnet/tests/nightly +++ command: python "multi_lenet.py" Traceback (most recent call last): File "multi_lenet.py", line 102, in <module> net = train_mnist.get_lenet() AttributeError: 'module' object has no attribute 'get_lenet' ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
