Revision c6d4fdb44a004f804c489c8cb1739ba17d0b0939 authored by TUNA Caglayan on 20 October 2021, 10:09:49 UTC, committed by TUNA Caglayan on 20 October 2021, 10:09:49 UTC
1 parent 2b16764
bug_report.md
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
#### Describe the bug
<!--
A clear and concise description of what the bug is.
-->
#### Steps or Code to Reproduce
<!--
Please give us a minimal snippet of code to reproduce the issue.
For instance:
```python
from tensorly.decomposition import parafac
```
-->
#### Expected behavior
<!--A clear and concise description of what you expected to happen.-->
#### Actual result
<!--
What actually happens.
Please paste or specifically describe the actual output or traceback.
-->
#### Versions
<!--
Please run the following snippet and paste the output below.
import platform; print(platform.platform())
import sys; print("Python", sys.version)
import numpy; print("NumPy", numpy.__version__)
import scipy; print("SciPy", scipy.__version__)
import tensorly; print("TensorLy", tensorly.__version__)
If you are using another backend than NumPy, please also give us the version for that backend.
-->

Computing file changes ...