Skip to content

Commit

Permalink
doctest patched
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Roussel authored and Julien Roussel committed Jun 13, 2024
1 parent a901097 commit e7d4e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qolmat/imputations/imputers_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def __init__(
>>>
>>> imputer.fit_transform(X)
array([[1. , 1. , 1. , 1. ],
[1.39418268, 2. , 3. , 2. ],
[1.33573651, 1.40472949, 3. , 2. ],
[1. , 2. , 2. , 1. ],
[2. , 2. , 2. , 2. ]])
"""
Expand Down

0 comments on commit e7d4e95

Please sign in to comment.