glinscott / leela-chess

**MOVED TO https://github.com/LeelaChessZero/leela-chess ** A chess adaption of GCP's Leela Zero
http://lczero.org
GNU General Public License v3.0
760 stars 301 forks source link

Fix moves comparison #689

Closed SashaMN closed 6 years ago

SashaMN commented 6 years ago

Fix #658

SashaMN commented 6 years ago

I'm thinking, maybe just as_string() == other.as_string() instead all of this?

killerducky commented 6 years ago

This was fixed in some other PR.