Skip to content

Commit b679135

Browse files
committed
Tracing refined
1 parent bf72e72 commit b679135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpepool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def __init__(self, wksnum=cpu_count(), afnstep=None, vmlimit=0., latency=0.):
587587

588588
if self._vmlimit != vmlimit:
589589
print('WARNING, total memory limit is reduced to guarantee the in-RAM'
590-
' computations: {} -> {} Gb'.format(vmlimit, self._vmlimit), file=sys.stderr)
590+
' computations: {:.6f} -> {:.6f} Gb'.format(vmlimit, self._vmlimit), file=sys.stderr)
591591

592592

593593
def __enter__(self):

0 commit comments

Comments
 (0)