forked from AndyGrant/OpenBench
-
Notifications
You must be signed in to change notification settings - Fork 8
Update Episteme.json #32
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
Open
aletheiaaaaa
wants to merge
135
commits into
dannyhammer:patch-1
Choose a base branch
from
aletheiaaaaa:patch-1
base: patch-1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See PR for greater explanation Set the minimal scipy version that contains scipy.optimize. Perhaps in time, we will adjust to >=1.9.0 instead of ==1.9.0.
* feat: added webhook for test completion * chore: updated gitignore to ignore webhook
Mixing abs/rel paths is error prune due to multiple shell configs. Maintain current expected relative paths only. But add the note to comments and help text on bench scripts
Proper include structure removes the need, we hope. Co-authored-by: Andrew Grant <andrew.github@grantnet.us>
t.ppf() is more accurate when the population standard deviation is not known, as it uses the t-distribution instead of the normal distribution Co-authored-by: Andrew Grant <andrew.github@grantnet.us>
older versions would require explicit include scipy/scipy#13618
…itive) chore: removed malformed engine configs
forgot to tell swedishchef to also include this in his PR
Updated the paths in `create_workload()` when a workload creation causes an error
Rejects fixed move time, fischer, and cyclic time controls. Also rejects any game with VERBOSE PGN reporting, as those results may be tainted as well.
Co-authored-by: Andrew Grant <andrew.github@grantnet.us>
Safari on mobile automatically formats Unix time stamp to links to phone numbers. E.g. 1746223790 to <a href="tel:1746223790">1746223790</a>. Since innerHTML returns the entire HTML content contained within the element, this breaks the date calculation code. Using textContent, which ignores html tags, fixes this issue.
JonathanHallstrom
pushed a commit
to JonathanHallstrom/OpenBench
that referenced
this pull request
Jan 2, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.