-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update MATSim version to 13.0 #9
base: v1.1
Are you sure you want to change the base?
Conversation
maybe this should lead to a new verion for matsim-los-angeles. Not sure, why the tests are not executed by the GitHub workflow. Maybe @rakow can help? |
What happens if you execute it locally?
|
the same:
|
update surefire
update commons-io
The tests run now but fail, please check the errors. |
Thanks @tschlenther and @rakow. I (hopefully) fixed the non-drt tests. The two drt-related tests are still failing. @tschlenther or @vsp-gleich, can you maybe have a look into these tests. |
Hello, I was interested to see if there is any update on this task. While trying to install the existing version, I am getting the error that says 'Could not resolve dependencies for project com.github.matsim-scenarios:matsim-los-angeles:jar:v1.1: Failed to collect dependencies at com.github.matsim-vsp:drt-speed-up:jar:v0.0.3 -> org.matsim:matsim:jar:12.0-2020w15-SNAPSHOT:' |
i tried to push this forward a bit. Now my time is up. Currently stuck at multiple points:
Will resume when I have more time. Maybe also @vsp-gleich or @rakow can help ?? |
As addressed in #8 , the MATSim version 2020w15 that is referenced in the old pom.xml is not available any more.
Thus, an update to a more recent MATSim version is needed. This PR suggests to update to MATSim 13.0.
I fixed compilation errors related to
I also pushed a folder for github workflow CI.
What remains to do (@ikaddoura):
Best,
Tilmann