You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v2.3.0
New Features
More flexible assorting
Assort on nested attributes of the agent (e.g. hiv status)
Assort across different attributes on the agent and partner [assort_def.partner_attribute]. The default behavior will continue to be assorting on the same attribute.
Assort can now be done on __same__/__other__ attribute instead of enumerating all of the attribute combinations.
Technical Notes
Stronger checks for population consistency (make sure all ppl add up to 1 even after location scaling)
Fix incar integration test - previously wasn't running
Reset trackers between calls to update_all_agents in a unit test (was causing very rare test failure)