EMOD-Hub / EMOD

Source files for building the IDM EMOD disease transmission model.
MIT License
94 stars 41 forks source link

Vector Migration changes so far #26

Closed stitova-idm closed 2 months ago

stitova-idm commented 4 months ago

added male vector migration added by-gender vector migration removed regional vector migration updated param_overrides in regression tests for the new migration naming conventions updated outputs

stitova-idm commented 4 months ago

todo: take out GetReacheableNodesByGender and just use ConvertVectorGender+GetReacheableNodes(human gender); take out m_RawMigrationRatesVectorGende since we only care to keep track of about female migration

stitova-idm commented 2 months ago

Closing this as this code was moved to VectorMigrationChanges2