Revision 7ae8e649918235ab83e8879b5aa03bc4d726df84 authored by TUNA Caglayan on 24 September 2021, 08:14:26 UTC, committed by TUNA Caglayan on 24 September 2021, 08:14:26 UTC
1 parent 24d2e20
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 ...