Skip to content

Fix integer parameter rounding

Douglas Serson requested to merge ticket/9-int-parameter-rounding into master

This fixes the calculation of integer parameters, by replacing floor by round, and therefore avoiding results like 7.5/0.00004 = 187499.

I also had to remove a test which was supposed to be commented out in !758 (merged), but ended up being reintroduced by accident in a merge (this test is failing in master).

Closes #9 (closed).

Merge request reports