commonsense team mailing list archive
-
commonsense team
-
Mailing list archive
-
Message #00050
[Bug 406567] [NEW] Tensors inheriting from Tensor fail at math
Public bug reported:
The overridden math methods defined in Tensor require methods which are
only defined in DictTensor and DenseTensor. The Tensor base classes
math operators are incomplete and inconsistent (case in point __add__
references Tensor.tensor_iadd, which raises AttributeError)
** Affects: divisi
Importance: Undecided
Status: New
--
Tensors inheriting from Tensor fail at math
https://bugs.launchpad.net/bugs/406567
You received this bug notification because you are a member of
Commonsense Computing, which is the registrant for Divisi.
Status in Divisi: New
Bug description:
The overridden math methods defined in Tensor require methods which are only defined in DictTensor and DenseTensor. The Tensor base classes math operators are incomplete and inconsistent (case in point __add__ references Tensor.tensor_iadd, which raises AttributeError)
Follow ups
References