Re: [Tutor] Counting the # of iterations OR storing # values in a list

2018-08-13 Thread Gautam Desai
return imu my_lattice = Lattice(size=50, slider=0, rb=True, numRatio=20, deathRate=10) my_lattice.view() im = my_lattice.view(); im.show() On Mon, Aug 13, 2018 at 04:21 Alan Gauld via Tutor wrote: > On 13/08/18 06:15, Gautam Desai wrote: > > > I am currently working with

[Tutor] Counting the # of iterations OR storing # values in a list

2018-08-13 Thread Gautam Desai
Good evening, I am currently working with the lattice.py code attached. The code is a simulation that models the interactions between bacteria by producing a lattice output. Once you run the code, there should be both blue and red bacteria that show on a lattice. I can manipulate the size of th

[Tutor] Counting the # of iterations OR storing # values in a list

2018-08-13 Thread Gautam Desai
Good evening, I am currently working with the lattice.py code attached. The code is a simulation that models the interactions between bacteria by producing a lattice output. Once you run the code, there should be both blue and red bacteria that show on a lattice. I can manipulate the size of th