Skip to content

Commit

Permalink
dbl multiplication removed
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 7, 2021
1 parent 5a1b1e0 commit 2c493b0
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 @@ -130,7 +130,7 @@ func (su *ScoreUtil) ControlScore(ctrlReport *reporthandling.ControlReport, fram
//ctrlReport.Score = 0
zap.L().Error("worst case scenario was 0, meaning no resources input were given - score is not available(will appear as > 1)")
}
return ctrlReport.BaseScore * wcsScore, unormalizedScore
return wcsScore, unormalizedScore

}

Expand Down

0 comments on commit 2c493b0

Please sign in to comment.