DickJC123 opened a new pull request #20957:
URL: https://github.com/apache/incubator-mxnet/pull/20957
## Description ##
This PR ports the unittest fixes of MXNet v1.x PR 20940 to MXNet 2.0. MXNet
v1.x used PR 20940 to advance its numpy version from 1.18.5 to numpy 1.19.
MXNet 2.0 has already advanced to use numpy 1.19, but did so by skipping the
failing tests. Thus, the plan with this PR is to first re-enable the skipped
tests, to show them once again failing, then push the fixes to unittests
test_np_delete and test_np_array_function_protocol from v1.x PR 20940. In
addition, the 3 tests test_np_random_{beta,f,chisquare} need a fix present in
v1.x from a different PR.
## Checklist ##
### Essentials ###
- [X] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL],
[FEATURE], [DOC], etc)
- [ ] Changes are complete (i.e. I finished coding on this PR)
- [X] All changes have test coverage
- [X] Code is well-documented
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]