From b679135a0e2a1e42be89d85c463daf4aeea37f59 Mon Sep 17 00:00:00 2001 From: luav Date: Tue, 4 Jul 2017 20:02:53 +0200 Subject: [PATCH] Tracing refined --- mpepool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpepool.py b/mpepool.py index 8e58a1f..8065ada 100755 --- a/mpepool.py +++ b/mpepool.py @@ -587,7 +587,7 @@ def __init__(self, wksnum=cpu_count(), afnstep=None, vmlimit=0., latency=0.): if self._vmlimit != vmlimit: print('WARNING, total memory limit is reduced to guarantee the in-RAM' - ' computations: {} -> {} Gb'.format(vmlimit, self._vmlimit), file=sys.stderr) + ' computations: {:.6f} -> {:.6f} Gb'.format(vmlimit, self._vmlimit), file=sys.stderr) def __enter__(self):