Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

run.py N agents <= 3 bug #2

Open
GuzmanGP opened this issue Apr 7, 2019 · 1 comment
Open

run.py N agents <= 3 bug #2

GuzmanGP opened this issue Apr 7, 2019 · 1 comment

Comments

@GuzmanGP
Copy link

GuzmanGP commented Apr 7, 2019

Cuando fijo N (número de agentes por simulación) en run.py con 3 o menos se bloquea en:

$ python run.py -b
SOBA is running
0it [00:00, ?it/s]
@merinom merinom closed this as completed Apr 24, 2019
@merinom merinom reopened this Apr 24, 2019
@merinom
Copy link
Contributor

merinom commented Apr 24, 2019

Eso es debido a que en la configuración dada como ejemplo considera una familia de 4 ocupantes, por tanto al definir 3 ocupantes la simulación no arranca correctamente.

families = [{'N': 4, 'child': 2, 'adult': 2}]
sebaConfiguration = {'families': families, 'hazard': timeHazard}
N = 4

Un saludo y gracias por su Issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants