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

Agents being discarded at time stage #23

Open
alanboth opened this issue Jul 27, 2022 · 0 comments
Open

Agents being discarded at time stage #23

alanboth opened this issue Jul 27, 2022 · 0 comments

Comments

@alanboth
Copy link
Member

alanboth commented Jul 27, 2022

nrecords <- length(unique(plans$PlanId))

Pervious steps generate a sequence of agent itineraries 1–100, but some of these are discarded (e.g., 5). The code here finds the number of UNIQUE agents and assigns times for agents 1–95, with the last 5 trips discarded. This needs to be fixed by picking the MAX agent id instead of the UNIQUE agent id

EDIT: The build tests are working locally, but failing on GitHub. Looks like our build system is out of date and falls over at the XML package stage. @dhixsingh I think ibxml2-dev might not be installed properly.

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