Open jingjunL opened 3 years ago
I doubt it has anything to do with the SwissRailRaptor. Could you share your main-method, how you set everything up? There is probably something else mixed up.
I doubt it has anything to do with the SwissRailRaptor. Could you share your main-method, how you set everything up? There is probably something else mixed up.
Hello Marcel,
Ah, it reminds me that I added a setPcuThresholdForFlowCapacityEasing
in my config since I heard I need to set it to scale down my pt capacity. Maybe that's the reason for this issue?
The code is config.qsim().setPcuThresholdForFlowCapacityEasing(0.01);
Otherwise, there is no differences between my runMATSim and the standard config, scenario and controller :)
Hi everyone,
Maybe I have encountered a bug when using the SwissRailRaptorModule(), so I would like to report here. But please forgive me if it's a mistake on my side :P
This bug happens when you rerun your scenario and not deleting the previous output folder. In principle, if I have added
OutputDirectoryHierarchy.OverwriteFileSetting.deleteDirectoryIfExists
into my config, this should not be a problem since the previous folder is automatically deleted. However, after adding theSwissRailRaptorModule
, there will be an error message saying the tmp directory could not be created. More detailly, the error message is:If you deleted your previous folder, the simulation could run smoothly :) However, with this bug, I feel like the previous
deleteDirectoryIfExists
becomes meaningless since I need to delete it manually.Just a small bug report and I hope this can help some people :P