Skip to content

Commit

Permalink
Merge branch '1.15.0' of github.com:sanderland/katrain into 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderland committed Mar 24, 2024
2 parents 32b3ad9 + 22f4f0b commit 40e0ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katrain/gui/popups.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ def _refresh(self, _dt=0):
for i, (label, fmt, stat, scale, more_is_better) in enumerate(
[
("accuracy", "{:.1f}", "accuracy", 100, True),
("meanpointloss", "{:.1f}", "mean_ptloss", 5, False),
("meanpointloss", "{:.2f}", "mean_ptloss", 5, False),
("aitopmove", "{:.1%}", "ai_top_move", 1, True),
("aitop5", "{:.1%}", "ai_top5_move", 1, True),
]
Expand Down

0 comments on commit 40e0ef3

Please sign in to comment.