fanoway

Results 5 issues of fanoway

Intended as fix to issue #313

I am trying to execute the following moo using an NSGA-II algorithm and parallelized using the multiprocessing starmap. This problem previously worked with the 0.5.0 implementation of parallelization. ```python pool...

``` ic.disableColoring() ic.enableColoring() ``` Based on this context manger taken from the unittests: ``` @contextmanager def disableColoring(): originalOutputFunction = ic.outputFunction ic.configureOutput(outputFunction=stderrPrint) yield ic.configureOutput(outputFunction=originalOutputFunction) ``` Note: I had to modify tox.ini...

My handlers build and work properly when using vercel deploy. However using the local vercel dev results in the following error. The target\release\deps directory exists, however the rmetaXXXXX file does...

I've set this up using flit and pyproject.toml so it can be published to pypi inline with PEP517. I tested this using the test.pypi site and it all seemed to...