Jan Kwakkel

Results 545 comments of Jan Kwakkel

Both multiprocessing and ipyparallel rely on pickle for interprocess communciation. Most likely something in your agentpy model is not pickleable at the moment of parallelization. The workbench largely gets arround...

I am not familiar with joblib so there would be a bit of a learning curve. I actually think that a simpler solution is possible here by not using the...

yes, I noticed the change in behaviour in SALib recently myself as well and this is an easy fix.

are you trying to extend an AbstractModel class, or are you simply wrapping the mesa model run within a python function? if you have some code to share, I am...

depends a bit on whether your model needs access to the file system and how you made it work with MESA. If done correctly, all you need to do is...

which version of the workbench are you using? I recently addressed a bug related to this.

the problem is presently TIME is a range of integers. If this were a range of floats, the problem would be gone. more fundamentally, this is a bug that needs...

and the fact that outcomes need to be floats is indeed the bug that needs fixing

regarding the parallel running a few questions because the code seems fine. 1. what OS are you using? 2. Are you in a .py file or a notebook? 3. What...

hmmmm.... You are using brew for your python distribution if I am not mistaken. And python 3.9 as well. I am on a Mac as well, Big Sur also, but...