Skip to content

fix: clamp negative times with go uci command #101

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

Merged
merged 1 commit into from
Apr 30, 2025
Merged

Conversation

DeveloperPaul123
Copy link
Owner

Turn on the clamp-negatives feature for the uci-parser so that negative values do not throw an error in the engine.
Resolves #100

bench: 2517656

Turn on the `clamp-negatives` feature for the uci-parser so that negative values do not throw an error in the engine.
Resolves #100
bench: 2517656
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.62%. Comparing base (e377f1a) to head (9bff176).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #101   +/-   ##
=======================================
  Coverage   83.62%   83.62%           
=======================================
  Files          48       48           
  Lines        7800     7800           
=======================================
  Hits         6523     6523           
  Misses       1277     1277           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DeveloperPaul123
Copy link
Owner Author

SPRT Regression:

Elo   | 1.46 +- 2.96 (95%)
SPRT  | 8.0+0.08s Threads=1 Hash=16MB
LLR   | 2.98 (-2.94, 2.94) [-5.00, 0.00]
Games | N: 13292 W: 2173 L: 2117 D: 9002
Penta | [93, 1252, 3919, 1270, 112]
https://pyronomy.pythonanywhere.com/test/2424/

@DeveloperPaul123 DeveloperPaul123 merged commit d6e1a20 into main Apr 30, 2025
8 checks passed
@DeveloperPaul123 DeveloperPaul123 deleted the fix/time-error branch April 30, 2025 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Error thrown when move time is negative
2 participants