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
What do we do with the conversion in PersonPrepareForSim? I would suggest to keep it for backward compatibility. So I will try to delete the other occurences, right?
To me it seems all occurences of org.matsim.pt.routes.ExperimentalTransitRoute are needed to read in an old plans file with ExperimentalTransitRoute and have it converted to DefaultTransitPassengerRoute. That means we can either remove that backward compatibilty or there is nothing to be done.
Since it is marked as deprecated and pollutes code, it should be deleted if possible
org.matsim.pt.routes.ExperimentalTransitRoute
It is replaced in
PersonPrepareForSim
with aDefaultTransitPassengerRoute
The text was updated successfully, but these errors were encountered: