[TEST][FLAKY] topi/tests/python/test_topi_sort.py::test_argsort (#4891)
authorNeo Chien <cchung100m@cs.ccu.edu.tw>
Fri, 21 Feb 2020 21:03:41 +0000 (05:03 +0800)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 21:03:41 +0000 (13:03 -0800)
commit8290eabafb22a8a54249165ce09dd31ff1f31c7c
tree5373e3d1456d88bde073b4a755197b6b2c862528
parentf47c38db8392378fc863ed4621f9ec632668ff61
[TEST][FLAKY] topi/tests/python/test_topi_sort.py::test_argsort (#4891)

* [TEST][FLAKY] topi/tests/python/test_topi_sort.py::test_argsort

* upadate test function of argsort like topk

* Shuffle index and get data from shuffled index

* Replace the random.uniform with np.arange
topi/tests/python/test_topi_sort.py