gsathya / metrics-tasks Public
Permalink
master
Commits on Nov 25, 2012
Commits on Nov 24, 2012
Commits on Nov 23, 2012
Commits on Nov 21, 2012
Commits on Nov 8, 2012
Commits on Nov 7, 2012
Commits on Nov 6, 2012
-
-
Take database dates from directory names (#6471).
Last modified times of .csv files do not always match publication dates.
-
-
Change combined database file header (#6471).
File header now contains database dates and file names.
-
-
Commits on Oct 25, 2012
Commits on Oct 24, 2012
Commits on Oct 23, 2012
-
Stop after removing last but one relay (#1854).
Calculating the maximum probability difference between pristine and empty consensus doesn't make much sense. More importantly, the current implementation violates the function relationship between linf and min_adv_bw, because we're not increasing min_adv_bw in the last run and thereby outputting two different linfs for the same min_adv_bw. Should be safe to omit that final run, because we're not looking for the case where we remove all relays from the consensus anyway. I hope.
-
-
-
-
Commits on Oct 3, 2012
Commits on Sep 18, 2012
-
-
Fix two bugs in current #1854 code.
Relays shouldn't be excluded based on their position-dependent weighted consensus weight, but on their consensus weight directly taken from the consensus. No multiplying by Wxx weights necessary for that. The current for loop to remove routers with min cw removed only every second element. Use a while loop instead.
-