Closed ZiyueHuang closed 4 years ago
Merging #1289 into numpy will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## numpy #1289 +/- ##
=======================================
Coverage 83.60% 83.60%
=======================================
Files 42 42
Lines 6375 6375
=======================================
Hits 5330 5330
Misses 1045 1045
Thanks for fixing this.
Description
The current implementation will raise
TypeError: 'NoneType' object is not iterable
, sincerandom.shuffle()
shuffles the input in place and returnsNone
.cc @szhengac @sxjscience
Checklist
Essentials
Changes
Comments
cc @dmlc/gluon-nlp-team