Progress calculation is done with a round() on it, so the numbers should be easier to print.
This made a progress of 99.5% come out as 100% and award a certificate.
Progress calculation is done with a round() on it, so the numbers should be easier to print.
This made a progress of 99.5% come out as 100% and award a certificate.
Comments
Comment #1
fuzzy76 commentedChanged round() to floor() for now. A more elaborate fix will come when we start caching the progress in database.