[tor-commits] [sbws/master] Add constant: number of most significant digits to round to

juga at torproject.org juga at torproject.org
Tue Sep 18 09:26:11 UTC 2018


commit 14601a675386ce27b6803f98f22b10060d2880a3
Author: juga0 <juga at riseup.net>
Date:   Fri Aug 31 16:16:09 2018 +0000

    Add constant: number of most significant digits to round to
---
 sbws/globals.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sbws/globals.py b/sbws/globals.py
index 5e7de85..7060c1a 100644
--- a/sbws/globals.py
+++ b/sbws/globals.py
@@ -37,6 +37,7 @@ TORFLOW_BW_MARGIN = 0.05
 TORFLOW_OBS_LAST = 0
 TORFLOW_OBS_MEAN = 1
 TORFLOW_OBS_DECAYING = 3
+TORFLOW_ROUND_DIG = 3
 
 BW_LINE_SIZE = 510
 





More information about the tor-commits mailing list