Fw: [Git][NTPsec/ntpsec][master] Address GitLab issue #247: Extra precision for avgint field...
Gary E. Miller
gem at rellim.com
Tue Feb 21 18:27:01 UTC 2017
Yo Eric!
I object to this. We need better float formatting, not worse.
Let NTPClassic keep their bugs to themselves.
Commits:
253de053 by Eric S. Raymond at 2017-02-21T11:04:54-05:00
Address GitLab issue #247: Extra precision for avgint field...
=====================================
pylib/util.py
=====================================
--- a/pylib/util.py
+++ b/pylib/util.py
@@ -583,12 +583,6 @@ class MRUSummary:
else:
favgint = active / (entry.ct-1)
avgint = int(favgint + 0.5)
- if 5.0 < favgint or 1 == entry.ct:
- stats += " %6d" % avgint
- elif 1.0 <= favgint:
- stats += " %6.2f" % favgint
- else:
- stats += " %6.3f" % favgint
if entry.rs & ntp.magic.RES_KOD:
rscode = 'K'
elif entry.rs & ntp.magic.RES_LIMITED:
RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
gem at rellim.com Tel:+1 541 382 8588
Veritas liberabit vos. -- Quid est veritas?
"If you can’t measure it, you can’t improve it." - Lord Kelvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/devel/attachments/20170221/82e810ca/attachment.html>
-------------- next part --------------
_______________________________________________
vc mailing list
vc at ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/vc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 455 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ntpsec.org/pipermail/devel/attachments/20170221/82e810ca/attachment.bin>
More information about the devel
mailing list