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

Formatting error when printing value for Overall replayed assignments: #258

Closed
KillerLink opened this issue Jul 9, 2020 · 2 comments · Fixed by #261
Closed

Formatting error when printing value for Overall replayed assignments: #258

KillerLink opened this issue Jul 9, 2020 · 2 comments · Fixed by #261
Assignees

Comments

@KillerLink
Copy link

In the picture below you can see that the value printed after Overall replayed assignments:

  • is negative, despite expected to be positve
  • decreasing in absolute value, despite expected to be increasing in absolute value

The symptons suggest that there seems might be adiscrepancy between the internal datatype and the formating used to print to console of the value printed after . Looks like a long interger internally that is printed as if it was an integer.

image

@madmike200590
Copy link
Collaborator

Thanks a lot for bringing this up! Since I strongly suspect this is just a logging issue, I think this can be fixed quickly

@AntoniusW
Copy link
Collaborator

The issue should be resolved by PR #261 . If the problem still persists, please provide us with more information (e.g., the program causing the issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants