You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/25 21:59:36 UTC

[GitHub] eric-haibin-lin opened a new pull request #7623: add unit test for csv iter

eric-haibin-lin opened a new pull request #7623: add unit test for csv iter
URL: https://github.com/apache/incubator-mxnet/pull/7623
 
 
   - Add the missing unit test for csv iterator. 
   - Found memory for `inst_index` was allocated with `new[]` but freed with `delete` which may cause undefined behavior in test_io.py. 
   
   @anirudh2290 @rahul003 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services