-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Proposal score calculation, add rounding to 1 decimal place | N…
…PG-8046 (#611) # Description Updated proposal community score calculation, add rounding to 1 decimal place. So now with the previous calculation result is `5.799999999999999` it will be rounded to `5.8`, and if result is `5.449999999999999` to `5.4`. ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? - [ ] weighted_score_test_2 - [ ] weighted_score_test_3
- Loading branch information
Showing
1 changed file
with
88 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters