Skip to content

Commit

Permalink
Better inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Sep 2, 2013
1 parent b050620 commit b659205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joblib/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def __call__(self, a):

if self._prewarm:
# Warm up the data to avoid concurrent disk access in
# multiple children
# multiple children processes
load(filename, mmap_mode=self._mmap_mode).max()
elif self.verbose > 1:
print("Memmaping (shape=%s, dtype=%s) to old file %s" % (
Expand Down

0 comments on commit b659205

Please sign in to comment.