faq 107478998 - matsim-org/matsim-code-examples GitHub Wiki
by Ecaterina McCormick on 2017-01-24 19:49:55
The last message in the log file:
ERROR DumpDataAtEndImpl:141 writing output events did not work; probably parameters were such that no events were generated in the final iteration
Could you please advise in what parameters could be wrong?
Thank you.
by Kai Nagel on 2017-01-24 20:34:09
This only works if lastIteration is an integer multiple of writeEventsInterval . So for example lastIteration=7 and writeEventsInterval=7 (and probably firstIteration=0).
Can you make it work with this info?
Maybe this should be fixed at some point.
by Ecaterina McCormick on 2017-02-06 09:44:34
Thank you, Kai, it worked. Is this information contained in the manual or empirical knowledge?