Skip to content

Commit

Permalink
Tracing refined
Browse files Browse the repository at this point in the history
  • Loading branch information
luav committed Jul 4, 2017
1 parent bf72e72 commit b679135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpepool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b679135

Please sign in to comment.