From c40fce0d172ebe82111d64e844ea5ca2770485ad Mon Sep 17 00:00:00 2001 From: Kailash Budhathoki Date: Tue, 19 Sep 2017 11:02:16 +0200 Subject: [PATCH] minor commit --- test_synthetic.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_synthetic.py b/test_synthetic.py index 88aaddd..56b7106 100644 --- a/test_synthetic.py +++ b/test_synthetic.py @@ -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