[GitHub] [incubator-mxnet] VoVAllen edited a comment on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2019-09-05 Thread GitBox
VoVAllen edited a comment on issue #16099: [Bug] NDArray asscalar error after set npx.set_np() URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-528216667 It's from `assert a[0] == 1`, which calls `bool(a[0]==1)`, and would trigger the error. I'm from dgl team

[GitHub] [incubator-mxnet] VoVAllen edited a comment on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2019-09-05 Thread GitBox
VoVAllen edited a comment on issue #16099: [Bug] NDArray asscalar error after set npx.set_np() URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-528216667 It's from `assert a[0] == 1`, which calls `bool(a[0]==1)`, and would trigger the error. I'm from dgl team