On Wednesday, 7 December 2016 17:13:08 CET Tomáš Golembiovský wrote:
Added two new optional arguments to nsplit:
* noempty: if set to false empty elements are not stored in the returned
list. The default is to keep the empty elements
* count: specifies how many splits to perform; negative count
(the default) means do as many splits as possible
Signed-off-by: Tomáš Golembiovský <tgolembi(a)redhat.com>
---
LGTM -- while you are here, what about adding tests for it in
mllib/common_utils_tests.ml?
Thanks,
--
Pino Toscano