leezu commented on pull request #19322: URL: https://github.com/apache/incubator-mxnet/pull/19322#issuecomment-720598343
As of https://github.com/apache/incubator-mxnet/commit/3f436fb1fe1a839f6f5d981e3ec626cd840045df `@with_seed` is only used in ndarray large tensor nighlty tests: https://github.com/apache/incubator-mxnet/blob/3f436fb1fe1a839f6f5d981e3ec626cd840045df/tests/nightly/common.py We can either apply this PR to the implementation in nightly/common.py or close it as the majority of `@with_seed` decorators has been replaced by the equivalent pytest fixture. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
