seirsplus icon indicating copy to clipboard operation
seirsplus copied to clipboard

fix some bug in function generate_workplace_contact_network

Open lwngreat opened this issue 4 years ago • 0 comments

  1. if ('c'+str(c) in team) is unreliable. for example 'c1' in "c11"
  2. workplaceNetwork.add_edge(cohortStartIdx+i, j), cohortStartIdx is needed

lwngreat avatar Jan 15 '22 03:01 lwngreat