X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=bin%2Flinear_programs%2Ftrials-uniform-small;h=5d14e76727e4366ec494004ac1370b384b5e30ad;hp=255870221fda498bc9b1a50b157b1b28dd8b8c67;hb=08456f00756a4c9840d85f78ebb8b1792cc0817d;hpb=b49d0e70000050fa22fc74e8cf94f33cb4b6238d diff --git a/bin/linear_programs/trials-uniform-small b/bin/linear_programs/trials-uniform-small index 2558702..5d14e76 100755 --- a/bin/linear_programs/trials-uniform-small +++ b/bin/linear_programs/trials-uniform-small @@ -73,7 +73,7 @@ for idx in range(0, NUM_TRIALS): if solution_string in solutions: solutions[solution_string] += 1 else: - solutions[solution_string] = 0 + solutions[solution_string] = 1 print "Solution Vector : Count"