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
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.
The text was updated successfully, but these errors were encountered:
demand/R/time.R
Line 97 in 27b07b2
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.
The text was updated successfully, but these errors were encountered: