Martin Ganahl
Results
31
issues of
Martin Ganahl
e.g. `eigs`
testing of the symmetric backend is currently done independently of the other backends. We should pull all these tests together. A good way would be to build a custom test...
`Tensor` initialization methods for pytorch currently break for this type of initialization: ```python t = tn.random_uniform((2,2), dtype=np.float64, backend='pytorch') ``` (works for JAX and tensorflow) @alewis can you take a look?