ChaiBapchya commented on issue #14851: Pylint Error Fixes
URL: 
https://github.com/apache/incubator-mxnet/issues/14851#issuecomment-519215220
 
 
   Looks like the above 2 types of errors/warnings have been taken care of with 
@cchung100m PR
   
   One thing is yet to be addressed
   `assignment-from-no-return` error
   
   Error log from `make pylint`
   ```
   ************* Module mxnet.image.detection
   E:215, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:216, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:222, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:223, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:224, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:225, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:263, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:264, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:266, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:267, 8: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:926,20: Assigning to function call which doesn't return 
(assignment-from-no-return)
   ************* Module mxnet.test_utils
   E:575, 4: Assigning to function call which doesn't return 
(assignment-from-no-return)
   E:600, 4: Assigning to function call which doesn't return 
(assignment-from-no-return)
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to