Closed alexdawn closed 5 years ago
have avoided this error in the mean time by not using <parameterset type="modeParams" >
Although this issue has been closed:
I know that there is some ugly mechanics involved here that is confusing and that we need to clean up. It has to do with backwards compatibility that we wanted to keep when this was introduced.
In that sense: The fact that it now runs without errors unfortunately does not mean that it does what it should.
Please be careful.
Although what @kainagel said is true (be careful when mixing "nested" and "flat" config formats), my feeling here is that this is actually a bug that was missed by the unit tests.
Looking at the stack trace and the code for getMarginalUtlOfWaitingPt_utils_hr
, this seems to be a mess-up in the two backward-compatibility layers, which seems to fire only when there is no "pt" mode defined.
Thank you for the report!
Hi I am trying to get subpopulations to work (see https://github.com/matsim-org/matsim-code-examples/issues/76), using the example project in equilibrium extended I tried restructuring my
planCalcScore
module to have the same parameter sets because I was getting inexplicable errors using the config format without the parameter setsMy config is here with most of the features transit, subpopulation, modechoice turned off while I try and get the
planCalcScore
working:the error is: