Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor commit
  • Loading branch information
kbudhath committed Sep 19, 2017
1 parent cb11e68 commit c40fce0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_synthetic.py
Expand Up @@ -539,6 +539,9 @@ def test_sample_size():
diffs = []
fp.write("%s\t%s\t%s\t%s\t%s\t%s\n" %
("size", "dc", "dr", "cisc", "crispe", "crisp"))
print "%s\t%s\t%s\t%s\t%s\t%s\n" %
("size", "dc", "dr", "cisc", "crispe", "crisp")
sys.stdout.flush()
# progress(0, len(sizes))
for k, size in enumerate(sizes):
nc_dc, nc_dr, nc_cisc, nc_crispe, nc_crisp = 0, 0, 0, 0, 0
Expand Down

0 comments on commit c40fce0

Please sign in to comment.