test updates.

This commit is contained in:
Will Charczuk 2016-07-28 18:56:45 -07:00
parent a1fb284797
commit 490d7dae38
4 changed files with 7 additions and 7 deletions

View file

@ -32,7 +32,7 @@ func (vs Values) Normalize() []Value {
output[index] = Value{
Style: v.Style,
Label: v.Label,
Value: RoundDown(v.Value/total, 0.00001),
Value: RoundDown(v.Value/total, 0.0001),
}
}
return output