We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3635c commit a77aac8Copy full SHA for a77aac8
examples/joblib_yarn_parallel.py
@@ -15,4 +15,4 @@
15
16
# Should be executed in parallel locally
17
print(Parallel(verbose=100, n_jobs=5)(
18
- delayed(sqrt)(i**2) for i in range(100))
+ delayed(sqrt)(i**2) for i in range(100)))
0 commit comments