Skip to content

Commit

Permalink
Fix doctest error on manual.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Jan 21, 2022
1 parent 6f85b1f commit fc747eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Ties should have either equivalent rank or score.
>>> a1 = b1 = c1 = d1 = Rating()
>>> result = [[a2], [b2], [c2], [d2]] = rate([[a1], [b1], [c1], [d1]], score=[37, 19, 37, 42])
[[[24.68943500312503, 8.1792137049452
[[[24.68943500312503, 8.179213704945203]], [[22.826045021875203, 8.179213704945203]], [[24.68943500312503, 8.179213704945203]], [[27.795084971874736, 8.263160757613477]]]
Choosing Models
---------------
Expand Down

0 comments on commit fc747eb

Please sign in to comment.