Closed laughedelic closed 7 years ago
A stupid bug introduced in the refactoring process:
val percentage: Double = absoluteCount / totalAssignedReads * 100
Just need to say explicitly that the numbers divided are Doubles, not Ints.
Double
Int
A stupid bug introduced in the refactoring process:
Just need to say explicitly that the numbers divided are
Double
s, notInt
s.