Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why sub array has length 2 in employment_rates_by_age? #68

Open
08tjlys opened this issue Jun 7, 2023 · 0 comments
Open

why sub array has length 2 in employment_rates_by_age? #68

08tjlys opened this issue Jun 7, 2023 · 0 comments

Comments

@08tjlys
Copy link

08tjlys commented Jun 7, 2023

hi,
according to the documentation, sub array has length 2 in function "employment_rates_by_age"
but according to the following example
https://github.com/InstituteforDiseaseModeling/synthpops/blob/master/examples_to_be_refactored/create_location_data.py
location_data.employment_rates_by_age = [ [0, 5, 0.0], [6, 25, 0.5], [26, 55, 0.5], [56, 110, 0.0] ]
in such case, the sub array has length 3

thank you

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

No branches or pull requests

1 participant