Revision 10d0babc24ceb689ad59b19d2a794ebd8bbf10f8 authored by Jean Kossaifi on 23 August 2021, 09:35:38 UTC, committed by Jean Kossaifi on 23 August 2021, 09:35:38 UTC
1 parent ac9265d
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 ...