Tom Pike

Results 57 comments of Tom Pike

@AdamCordner641 My impression is you are new to open source development so let us know if you have any questions. Everyday I am learning something new.

> I think we should defer this PR, and do a separate PR that implements `DirectedNetworkSpace` with tests. Once this is done, we can revisit this PR. I concur. @AdamCordner641...

@Ewout, generically, I think this is a good idea, but it is a hard how to implement 1st a unhelpful philosophical rabbit hole: This is pretty profound. To put in...

Are you talking about a stacked bar chart for the visualization server or just in general based on the data collector outputs?

@TabernaA I would have to take a deeper look, but I think this is possible. For a maybe a quick solution did you look at the the Wolf-Sheep example which...

@TabernaA Run BatchRunnerMP with one processor (nr_processes=1), this allows for debugging in BatchRunnerMP as it guarantees to the processor talking to your screen will be the one that errors.

@TabernaA very interesting, do the laptops have different operating systems or are they running different versions of Mesa, python etc? If they have different versions of multiprocessing that could also...

@TabernaA Sorry for the delay on this. Did you trying running your laptop with one processor (nr_processor =1) and if so did you get an error message? Could you tell...

@TabernaA Sorry for the delay and those are some tough questions. For randomness you have to use model.random throughout, that is the only way to use the model seed reusing...

@TabernaA were you able to resolve your issues?