BauhausLuftfahrt / MATSim-UAM

Extension for MATSim to allow for the inclusion of aerial passenger-carrying vehicles, i.e. a station- and network-bound transport mode that requires station access and egress trips with conventional ground-based modes.
https://bauhausluftfahrt.github.io/MATSim-UAM/
GNU General Public License v3.0
21 stars 28 forks source link

Hardcoding of events interval #63

Open RRothfeld opened 3 years ago

RRothfeld commented 3 years ago

https://github.com/BauhausLuftfahrt/MATSim-UAM/blob/815269590a0d9fa37b782c332a6e19e0ef882780/src/main/java/net/bhl/matsim/uam/run/RunUAMScenario.java#L124

Is it necessary to hard-code the events interval?

sebhoerl commented 3 years ago

No, but also not all the other stuff. There should be a run script that only adds the modules but does not modify any config. This script here is only an example, in any case. We can build it back and ideally not modify any config here.