Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix pep8
  • Loading branch information
cedricvincentcuaz committed Jun 21, 2024
commit b8622485962d66bdf5a28bc2f87ac9bc2df40d64
5 changes: 3 additions & 2 deletions ot/partial.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"""

# Author: Laetitia Chapel <laetitia.chapel@irisa.fr>
# Yikun Bai < yikun.bai@vanderbilt.edu >
# Cédric Vincent-Cuaz <cedvincentcuaz@gmail.com>

from .utils import list_to_array
from .backend import get_backend
from .lp import emd
import numpy as np
Yikun Bai < yikun.bai @ vanderbilt.edu >
Cédric Vincent - Cuaz < cedvincentcuaz @ gmail.com >

# License: MIT License

Expand Down