paulknysh / blackbox

A Python module for parallel optimization of expensive black-box functions
MIT License
439 stars 60 forks source link

ensure windows compat #6

Closed celliern closed 7 years ago

celliern commented 7 years ago

explicitely test python version : Pool object cannot be called outside the ifmain structure.

paulknysh commented 7 years ago

Cool! Does this work good on Linux/Windows and Python 2/3?

celliern commented 7 years ago

I tried with a toy case on windows py2/3 and Linux on py2/3. The if main structure is mandatory in windows.

Le 4 sept. 2017 20:14, à 20:14, Paul Knysh notifications@github.com a écrit:

Cool! Does this work good on Linux/Windows and Python 2/3?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/paulknysh/blackbox/pull/6#issuecomment-327010808