Skip to content
Snippets Groups Projects
Commit 2aff0066 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Fix issue with changed rounding behaviour in Python 3.

Python 3 rounds towards the nearest even number if its in the middle
of two integers as opposed to Python 2 that simply rounds to the higher
integer number. By doing that we avoid biases towards higher numbers.
parent a61db892
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment