In Python 3, 'map' returns an object which evalutes the function as it is consumed, not when 'map' is called. Therefore, the correct comparison to pool.map(...) is list(map(...)). |
||
|---|---|---|
| .. | ||
| cantera | ||
| scripts | ||
| .gitignore | ||
| SConscript | ||
| setup.py.in | ||
In Python 3, 'map' returns an object which evalutes the function as it is consumed, not when 'map' is called. Therefore, the correct comparison to pool.map(...) is list(map(...)). |
||
|---|---|---|
| .. | ||
| cantera | ||
| scripts | ||
| .gitignore | ||
| SConscript | ||
| setup.py.in | ||