r3stl355 opened a new issue #19101: URL: https://github.com/apache/incubator-mxnet/issues/19101
## Description This only happens on my Mac on v1.x. The same test on v2.0 runs and passes. I can also see that the same test succeeds on `centos-cpu` CI. Other posts for this type error i found online suggest possible segfault as an underlying problem. ## To reproduce `nosetests tests/python/unittest/test_operator.py:test_index_copy` ## Environment OS: Catalina: 10.15.6 `clang --version`: Apple clang version 12.0.0 (clang-1200.0.31.1) Target: x86_64-apple-darwin19.6.0 Thread model: posix ## What have you tried to solve it? Commenting out https://github.com/apache/incubator-mxnet/blob/8dbed966e35b979d8f770b0d5b0ec9f707b3a2f1/tests/python/unittest/test_operator.py#L5709 prevents the error but test fails 2 lines later when comparing gradents. The same is for line 5717 and subsequent assertions ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
