You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/20 07:53:06 UTC

[GitHub] leezu opened a new pull request #12886: Fix __all__ in optimizer/optimizer.py

leezu opened a new pull request #12886: Fix __all__ in optimizer/optimizer.py
URL: https://github.com/apache/incubator-mxnet/pull/12886
 
 
   ## Description ##
   There was a typo in https://github.com/apache/incubator-mxnet/pull/12365/files#diff-0c893416e9e93fbd94dfaa9fa6c13d67R34 and `NDArray` was wrongly included in  `__all__` in optimizer/optimizer.py. This may have confused Sphinx: https://github.com/apache/incubator-mxnet/issues/12829
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [X] Changes are complete (i.e. I finished coding on this PR)
   - [X] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [X] Fix `__all__` in optimizer/optimizer.py
   

----------------------------------------------------------------
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