Skip to content

Commit 1b5112c

Browse files
committed
ENH: Change the parameter type to bool in class EMDTransport documentation
1 parent af9f1e3 commit 1b5112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/da.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ class EMDTransport(BaseTransport):
13101310
The kind of distribution estimation to employ
13111311
verbose : int, optional (default=0)
13121312
Controls the verbosity of the optimization algorithm
1313-
log : int, optional (default=0)
1313+
log : bool, optional (default=False)
13141314
Controls the logs of the optimization algorithm
13151315
limit_max: float, optional (default=10)
13161316
Controls the semi supervised mode. Transport between labeled source

0 commit comments

Comments
 (0)