Open chewxy opened 7 years ago
Relevant issue and discussion: https://github.com/numpy/numpy/issues/9394
@kabaka0 any input on the behaviours of masked tensors?
Additionally, maskedDense seems to not transpose correctly (I'll actually write proper tests to see if that's the case)
From @chewxy on July 9, 2017 22:30
Results in:
By and large this makes sense. However, current tests fail mainly because the original APIs were built to be mirrors of Numpy's API for masked arrays. In Numpy:
The last answer is pretty WTF-ing. It violates an arithmetic convention (PEDMAS)
@kabaka0 care to weigh in? What should the correct way be?
Copied from original issue: chewxy/gorgonia#133