Skip to content

Commit

Permalink
score
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 7, 2021
1 parent 2c493b0 commit 6cec1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion score/score.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (su *ScoreUtil) ControlScore(ctrlReport *reporthandling.ControlReport, fram
}

wcsScore *= ctrlReport.BaseScore

//
unormalizedScore := ctrlReport.Score
ctrlReport.ARMOImprovement = unormalizedScore * ctrlReport.ARMOImprovement
if wcsScore > 0 {
Expand Down

0 comments on commit 6cec1b5

Please sign in to comment.