Closed alexheretic closed 3 years ago
Micro optimisation removing the .min(1.0) from the coverage value. Also remove .round() from the advised usage.
.min(1.0)
.round()
Micro optimisation removing the
.min(1.0)
from the coverage value. Also remove.round()
from the advised usage.