You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simulation.num_cells should be set to numpy.int64 type to avoid overflow issues on machines running 32 bit numpy. Are there any other variables where we should be careful and set the type?