[or-cvs] r20651: {torflow} Actually add when we say we add. (torflow/trunk/CircuitAnalysis/BuildTimes)

mikeperry at seul.org mikeperry at seul.org
Wed Sep 23 01:15:20 UTC 2009


Author: mikeperry
Date: 2009-09-22 21:15:20 -0400 (Tue, 22 Sep 2009)
New Revision: 20651

Modified:
   torflow/trunk/CircuitAnalysis/BuildTimes/pareto.py
Log:

Actually add when we say we add.



Modified: torflow/trunk/CircuitAnalysis/BuildTimes/pareto.py
===================================================================
--- torflow/trunk/CircuitAnalysis/BuildTimes/pareto.py	2009-09-23 01:11:08 UTC (rev 20650)
+++ torflow/trunk/CircuitAnalysis/BuildTimes/pareto.py	2009-09-23 01:15:20 UTC (rev 20651)
@@ -22,8 +22,8 @@
     print "\t -2*sigma: "+str(CalculateTimeout(Xm, alpha-2*sigma, .8))
     print "\t -1*sigma: "+str(CalculateTimeout(Xm, alpha-sigma, .8))
     print "\t  0*sigma: "+str(CalculateTimeout(Xm, alpha, .8))
-    print "\t +1*sigma: "+str(CalculateTimeout(Xm, alpha-1*sigma, .8))
-    print "\t +2*sigma: "+str(CalculateTimeout(Xm, alpha-2*sigma, .8))
+    print "\t +1*sigma: "+str(CalculateTimeout(Xm, alpha+1*sigma, .8))
+    print "\t +2*sigma: "+str(CalculateTimeout(Xm, alpha+2*sigma, .8))
 
 dump_table(1950, 1.4)
 print



More information about the tor-commits mailing list