Skip to content

Add itp tooltip to each run's core count#1570

Draft
dubslow wants to merge 1 commit intoofficial-stockfish:masterfrom
dubslow:itpTooltipRuns
Draft

Add itp tooltip to each run's core count#1570
dubslow wants to merge 1 commit intoofficial-stockfish:masterfrom
dubslow:itpTooltipRuns

Conversation

@dubslow
Copy link
Copy Markdown
Contributor

@dubslow dubslow commented Feb 16, 2023

Allows site experts to better keep the finger on the pulse without overwhelming newbs

Allows site experts to better keep the finger on the pulse without overwhelming newbs
</span>
% if not run['finished']:
<div>
<div title="${f"itp: {run["itp"]:d}, c/i: {run["cores"]/run["itp"]:.2f}"}">
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong syntax.

- <div title="${f"itp: {run["itp"]:d}, c/i: {run["cores"]/run["itp"]:.2f}"}">
+ <div title="${f'itp: {run["itp"]:.0f}, c/i: {run["cores"]/run["itp"]:.2f}'}">

However the run dictionary has not the itp key.

@ppigazzini ppigazzini marked this pull request as draft August 23, 2023 10:28
@ppigazzini ppigazzini added enhancement server server side changes gui labels Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement gui server server side changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants