Mercurial > repos > glogobyte > isoread
diff mirbase.py @ 27:6e365f2eb24a draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 14:40:13 +0000 |
parents | 6d3abc45aa49 |
children | 0e7bd3f72c2c |
line wrap: on
line diff
--- a/mirbase.py Wed Oct 20 14:39:58 2021 +0000 +++ b/mirbase.py Wed Oct 20 14:40:13 2021 +0000 @@ -412,5 +412,5 @@ ps_write.join() [p.join() for p in ps1_matrix] procs1.join() - print('Running time: {} seconds'.format(time.time() - starttime)) + print('Running time: {} seconds'.format(round(time.time() - starttime,2)))