You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/08/24 15:29:29 UTC

[GitHub] [incubator-mxnet] kpuatamazon commented on issue #18998: segfault with numpy related to repr

kpuatamazon commented on issue #18998:
URL: https://github.com/apache/incubator-mxnet/issues/18998#issuecomment-679197488


   Shorter example.
   ```
   import mxnet as mx
   from mxnet.test_utils import use_np
   import pytest
   
   @use_np
   @pytest.mark.parametrize('shape', [(i,) for i in range(2,4)])
   def test_segfault(shape):
       m = mx.np.zeros(shape)
       assert m == m
   ```


----------------------------------------------------------------
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:
users@infra.apache.org