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
I was running a test sim using ss.Sim() directly (with no arguments) and was puzzled why my simulation had nobody younger than 50, and people that were up to 150 years old. Eventually I realised this is just because the default age distribution is 0-100 and the simulation is run for 50 years. I think this might be a bit confusing for users to encounter in a 'default' sim though?
The text was updated successfully, but these errors were encountered:
I was running a test sim using
ss.Sim()
directly (with no arguments) and was puzzled why my simulation had nobody younger than 50, and people that were up to 150 years old. Eventually I realised this is just because the default age distribution is 0-100 and the simulation is run for 50 years. I think this might be a bit confusing for users to encounter in a 'default' sim though?The text was updated successfully, but these errors were encountered: