I would suggest:
```python
import unittest
class TestLargeArray(unittest.TestCase):
    ...

if __name__ == '__main__':
    unittest.main()
```
And to add a empty line to the end of the file.

[ Full content available at: 
https://github.com/apache/incubator-mxnet/pull/11742 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to