Skip to content

Commit

Permalink
Fix outdated WDL model docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 27, 2023
1 parent 61a660f commit 7738885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chess/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ def wdl(self, *, model: WdlModel = "sf", ply: int = 30) -> Wdl:
:param model:
* ``sf``, the WDL model used by the latest Stockfish
(currently ``sf15.1``).
(currently ``sf16``).
* ``sf16``, the WDL model used by Stockfish 16.
* ``sf15.1``, the WDL model used by Stockfish 15.1.
* ``sf15``, the WDL model used by Stockfish 15.
* ``sf14``, the WDL model used by Stockfish 14.
Expand Down

0 comments on commit 7738885

Please sign in to comment.