Skip to content

Commit

Permalink
TEST: more robust to timing jitter
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Mar 22, 2011
1 parent ce8dd5b commit f4df875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions joblib/parallel.py
Expand Up @@ -258,9 +258,9 @@ class Parallel(Logger):
Produced 0
Produced 1
Produced 2
[Parallel(n_jobs=2)]: Done 1 out of 3+ |elapsed: ...s remaining: 0.0s
[Parallel(n_jobs=2)]: Done 1 out of 3+ |elapsed: ...s remaining: ...s
Produced 3
[Parallel(n_jobs=2)]: Done ... out of 4+ |elapsed: ...s remaining: 0.0s
[Parallel(n_jobs=2)]: Done ... out of 4+ |elapsed: ...s remaining: ...s
...
'''
Expand Down

0 comments on commit f4df875

Please sign in to comment.