Skip to content

Commit d82d93c

Browse files
committed
Add explicit returns for interactive doctests
1 parent fc747eb commit d82d93c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Ties should have either equivalent rank or score.
7575
```python
7676
>>> a1 = b1 = c1 = d1 = Rating()
7777
>>> result = [[a2], [b2], [c2], [d2]] = rate([[a1], [b1], [c1], [d1]], score=[37, 19, 37, 42])
78+
>>> result
7879
[[[24.68943500312503, 8.179213704945203]], [[22.826045021875203, 8.179213704945203]], [[24.68943500312503, 8.179213704945203]], [[27.795084971874736, 8.263160757613477]]]
7980
```
8081

docs/manual.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Ties should have either equivalent rank or score.
8383
8484
>>> a1 = b1 = c1 = d1 = Rating()
8585
>>> result = [[a2], [b2], [c2], [d2]] = rate([[a1], [b1], [c1], [d1]], score=[37, 19, 37, 42])
86+
>>> result
8687
[[[24.68943500312503, 8.179213704945203]], [[22.826045021875203, 8.179213704945203]], [[24.68943500312503, 8.179213704945203]], [[27.795084971874736, 8.263160757613477]]]
8788
8889
Choosing Models

0 commit comments

Comments
 (0)