Skip to content

School and workplace layers #431

Description

@pkasibhatla

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions