File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve POT
4+
5+ ---
6+
7+ ** Describe the bug**
8+ A clear and concise description of what the bug is.
9+
10+ ** To Reproduce**
11+ Steps to reproduce the behavior:
12+ 1 ...
13+ 2 .
14+
15+ ** Expected behavior**
16+ A clear and concise description of what you expected to happen.
17+
18+ ** Screenshots**
19+ If applicable, add screenshots to help explain your problem.
20+
21+ ** Desktop (please complete the following information):**
22+ - OS: [ e.g. MacOSX, Windows, Ubuntu]
23+ - Python version [ 2.7,3.6]
24+ - How was POT installed [ source, pip, conda]
25+
26+ Output of the following code snippet:
27+ ``` python
28+ import platform; print (platform.platform())
29+ import sys; print (" Python" , sys.version)
30+ import numpy; print (" NumPy" , numpy.__version__ )
31+ import scipy; print (" SciPy" , scipy.__version__ )
32+ import ot; print (" POT" , ot.__version__ )
33+ ```
34+
35+ ** Additional context**
36+ Add any other context about the problem here.
You can’t perform that action at this time.
0 commit comments