summaryrefslogtreecommitdiff
path: root/threadtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'threadtest.py')
-rw-r--r--threadtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadtest.py b/threadtest.py
index fe90b4e..4d41580 100644
--- a/threadtest.py
+++ b/threadtest.py
@@ -85,7 +85,7 @@ if __name__ == '__main__':
t0 = time.time()
log_likelihood = likelihood(event_bincount, (z,0,0))
elapsed = time.time() - t0
- print 'z = %f, likelihood = %s, elapsed %f sec' % (z, log_likelihood, elapsed)
+ print 'z = %5.2f, likelihood = %s, elapsed %.2f sec' % (z, log_likelihood, elapsed)
finally:
for gputhread in gputhreads:
gputhread.stop()