Skip to content

Commit

Permalink
Merge pull request #3399 from AtlasOfLivingAustralia/feature/issue3392
Browse files Browse the repository at this point in the history
Add decimalPlaces attribute to Score #3392
  • Loading branch information
salomon-j authored Dec 18, 2024
2 parents fbd2de5 + cea60c3 commit 5d7c632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/groovy/au/org/ala/merit/Score.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Score {
BigDecimal target
Map result
List<Map> periodTargets
Integer decimalPlaces

double singleResult() {
this.result?.result ?: 0d
Expand Down

0 comments on commit 5d7c632

Please sign in to comment.