Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove addition of 1ms from reported timestamps #5778

Closed

Conversation

Disservin
Copy link
Member

The +1 was a quick fix to avoid the division by zero, though I believe a more correct approach would be to use 1ms as the minimum reported timestamp to avoid a division by zero by Stockfish (and potentially other programs parsing the output).
Later timestamps no longer include an additional 1ms.

@Disservin Disservin changed the title Remove addition of 1ms to all timestamps Remove addition of 1ms from reported timestamps Jan 14, 2025
@vondele vondele closed this in 4c22410 Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants