Skip to content

fix some bug in function generate_workplace_contact_network#58

Open
lwngreat wants to merge 1 commit intoryansmcgee:masterfrom
lwngreat:master
Open

fix some bug in function generate_workplace_contact_network#58
lwngreat wants to merge 1 commit intoryansmcgee:masterfrom
lwngreat:master

Conversation

@lwngreat
Copy link

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

1. if ('c'+str(c) in team)   example 'c1' in "c11"
2. workplaceNetwork.add_edge(cohortStartIdx+i, j), cohortStartIdx is needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant