Skip to content

Commit e7d4e95

Browse files
Julien RousselJulien Roussel
authored andcommitted
doctest patched
1 parent a901097 commit e7d4e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qolmat/imputations/imputers_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def __init__(
580580
>>>
581581
>>> imputer.fit_transform(X)
582582
array([[1. , 1. , 1. , 1. ],
583-
[1.39418268, 2. , 3. , 2. ],
583+
[1.33573651, 1.40472949, 3. , 2. ],
584584
[1. , 2. , 2. , 1. ],
585585
[2. , 2. , 2. , 2. ]])
586586
"""

0 commit comments

Comments
 (0)