Skip to content

Commit 02bdecf

Browse files
committed
Fix comment regarding label transformation
1 parent fe8a7f0 commit 02bdecf

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
@@ -738,7 +738,7 @@ def inverse_transform_labels(self, yt=None):
738738
# set nans to 0
739739
transp = nx.nan_to_num(transp, nan=0, posinf=0, neginf=0)
740740

741-
# compute propagated samples
741+
# compute propagated labels
742742
labels = label_normalization(yt)
743743
masks = labels_to_masks(labels, nx=nx, type_as=transp)
744744
transp_ys = nx.dot(masks.T, transp.T)

0 commit comments

Comments
 (0)