Merge Python Branch into Main #1

Merged
hagi merged 45 commits from python into main 2022-12-30 19:15:27 +00:00
Showing only changes of commit 65816bfd74 - Show all commits

View file

@ -43,7 +43,7 @@ class BlunderEvaluator:
self.engine.set_position()
self.current_evaluation = self.api_evaluation()
self.evaluations: list[dict] = []
self.current_wdl = self.engine.get_wdl_stats()
self.current_wdl = self.api_wdl()
self.wdls: list = []
self.current_fen = self.engine.get_fen_position()