name | about | title | labels | assignees |
---|---|---|---|---|
Bug report |
Create a report to help us improve POT |
bug, help wanted |
Steps to reproduce the behavior:
- ...
- OS (e.g. MacOS, Windows, Linux):
- Python version:
- How was POT installed (source,
pip
,conda
): - Build command you used (if compiling from source):
- Only for GPU related bugs:
- CUDA version:
- GPU models and configuration:
- Any other relevant information:
Output of the following code snippet:
import platform; print(platform.platform())
import sys; print("Python", sys.version)
import numpy; print("NumPy", numpy.__version__)
import scipy; print("SciPy", scipy.__version__)
import ot; print("POT", ot.__version__)