Possible bug
Closed this issue · 1 comments
fglojnari commented
This line would always return values in range [40, 50], right?
I would say it is return int(val * 40 + 10)
GregaVrbancic commented
Hi @fglojnari!
Thank you for reporting the issue. Of course, the right definition is as you mentioned return int(val * 40 + 10)
. The issue has been already resolved in PR #10