Closed gammapopolam closed 1 year ago
Try running the TransitScheduleValidator: https://github.com/matsim-org/matsim-code-examples/wiki/pt#transit-schedule-validation
This might give you some first insights on where the problem is after you edited the schedule.
Dear Dr. Rieser,
The transit schedule appears valid
The error occurs when the minibus-contrib tries to use the transit schedule. If the transit schedule itself appears valid, then there must be some other reason for the error. Maybe some misconfiguration?
Thanks for the support. Looks like it was a typo in configuration. I temporarily refused to use all of the routes in simulation.
@gammapopolam what parameter in your config did you fix , I have the same error on my minibus implementation. I have tried it with other inputs with validated schedules but I run into the same error with null stops.
Hi! I am trying to run a scenario with public transit and minibus contribs. Here are input files of scenario and logfile of latest run: click
Config info:
2023-03-10T12:29:29,420 INFO Gbl:64 JVM: 19.0.1; Oracle Corporation; mixed mode, sharing; 64-bit
2023-03-10T12:29:29,422 INFO Gbl:68 OS: Windows 11; 10.0; amd64
2023-03-10T12:29:29,422 INFO Gbl:71 CPU cores: 4
2023-03-10T12:29:29,424 INFO Gbl:72 max. Memory: 2008.0MB (2105540608B)
2023-03-10T12:29:29,424 INFO Gbl:110 MATSim-Build: r${buildNumber} (${timestamp})
Also I noticed that transit schedule file is not processed correctly:
This error occured when I tried to edit transit schedule with which the scenario ran with no errors. But now, when I trying to back up to the latest working schedule, this error occurs too.
Are there any mistakes in my transit schedule file or it is a bug? Thanks in advance!