Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EASY] Fix ceil_div in scoring (#2566)
# Description Fixes #2555 [Previously](#2464) we fixed the ceil_div in SettlementEncoder, however the similar fix is needed in scoring module. ## How to test Added temporary unit tests just to prove the fix is right. 8ec61b2 Two multiplication unit tests prove that there is a difference in the sell price => difference between `21487` and `21488` when using the problematic settlement. Then, added scoring test for the problematic settlement which proves that this difference causes the final score difference `66264322342847212` and `66309509871089417`.
- Loading branch information