cantera/interfaces/cython
Ray Speth 6514f7a8e1 Fix multiprocessing example when using Python 3
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(...)).
2015-08-03 23:00:54 -04:00
..
cantera Fix multiprocessing example when using Python 3 2015-08-03 23:00:54 -04:00
.gitignore [Python] Remove the legacy Python module 2013-12-09 01:35:08 +00:00
SConscript Switch Cython and python interfaces to setuptools 2015-08-02 23:06:16 -04:00
setup.py.in Reformat Cython setup.py.in and add metadata 2015-08-02 23:06:16 -04:00