-
Notifications
You must be signed in to change notification settings - Fork 9
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
incompatibility with recent MATSim #9
Comments
I just realised, you probably do not want to update from stable MATSim 13.0 to some current but intermediate state, like we do in some other external contribution and project repositories... |
Yeah there are a few more changes lately... Maybe what we can do is the following:
Would this work? |
Yeah, thanks for the suggestion. If both branches would get deployed and would be usable via maven that would certainly help on the long run. If i'd find time to contribute here, would you like me to do that via PR from a fork? Thanks again |
I would propose to move the code to matsim-libs as a contrib. @tschlenther in case you have time, feel free to move it ;) Or in any case, maybe you could coordinate with Kai if he agrees? Then I could also prepare a PR if you want |
okay, i'll speak to him about it |
Hi @sebhoerl i finally had the chance to talk to Kai about it: he would be happy if we could move it into matsim/contribs ! |
Ok great, I'm on holidays next week and I'll look into it after. |
Since MATSim PR 1626, a routing module must implement
calcRoute(RoutingRequest request)
instead ofcalcRoute(Facility fromFacility, Facility toFacility, double departureTime, Person person)
. This means, the current version of this contribution is incompatible with MATSim versions which are more recent than PR1626, as theSharingRoutingModule
needs corresponding adjustmentsThe text was updated successfully, but these errors were encountered: