Hi, I am trying to create a population using the "hybrid network" option using the following code:
import covasim as cv
pars = dict(n_agents=1000, pop_type='hybrid')
sim1 = cv.Sim(pars).init_people()
But when I analyze the resulting network, I find that all individuals who are assigned to schools are assigned to the same school and all individuals who are assigned to work places are assigned to the same workplace. Am I doing something wrong?
Thanks for your help.
Hi, I am trying to create a population using the "hybrid network" option using the following code:
But when I analyze the resulting network, I find that all individuals who are assigned to schools are assigned to the same school and all individuals who are assigned to work places are assigned to the same workplace. Am I doing something wrong?
Thanks for your help.