Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-brejna-i committed Jun 7, 2021
2 parents 67f26b3 + 0b4003e commit 76482aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def prepare_settings():

while not node.is_end():
next_node = node.variation(0)

info = engine.analyse(next_node.board(), chess.engine.Limit(depth=settings.depth))

cur_score = info["score"].relative
Expand Down
Empty file added test/unit/__init__.py
Empty file.

0 comments on commit 76482aa

Please sign in to comment.