lichess-org / database

Public exports of all rated games, puzzles, and computer evaluations.
https://database.lichess.org
GNU Affero General Public License v3.0
86 stars 28 forks source link

inconsistent presence of move indication numbers (black moves) #31

Closed niklasf closed 3 years ago

niklasf commented 3 years ago

in games without engine evaluations only.

is:

1. e4 { [%clk 0:02:00] } e5 { [%clk 0:02:00] }

should be:

1. e4 { [%clk 0:02:00] } 1... e5 { [%clk 0:02:00] }

originally reported in https://github.com/ornicar/lila/issues/7811

niklasf commented 3 years ago

+8% uncompressed:

$ du *2017-04.pgn
23591956    lichess_db_standard_rated_2017-04.pgn
25522724    rewritten_2017-04.pgn
niklasf commented 3 years ago

+9% compressed:

$ du *
2877532 lichess_db_standard_rated_2017-04.pgn.bz2
3134380 rewritten_2017-04.pgn.bz2
ornicar commented 3 years ago

we could regen the whole thing some day.