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

[Bug] Wrong nummeric sorting of study trials #20

Closed
t-moe opened this issue Jan 15, 2021 · 1 comment · Fixed by #35
Closed

[Bug] Wrong nummeric sorting of study trials #20

t-moe opened this issue Jan 15, 2021 · 1 comment · Fixed by #35
Labels
bug Something isn't working

Comments

@t-moe
Copy link

t-moe commented Jan 15, 2021

2021-01-15-101022_1227x449_scrot

Bug report

When I sort the study trials by value, the values are sorted as string, instead of as number

Expected Behavior

Correct numeric sorting

Current Behavior and Steps to Reproduce

Create a study with a bunch of trials, where the trials have values with different number of digits. Then sort by value to obtain a view like in the screenshot above

Context

optuna-dashboard installed via pip

@t-moe t-moe added the bug Something isn't working label Jan 15, 2021
@c-bata
Copy link
Member

c-bata commented Feb 22, 2021

@t-moe I fixed this bug at #35 and released v0.2.3. Thank you for reporting!
https://github.com/optuna/optuna-dashboard/releases/tag/v0.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants