-
Notifications
You must be signed in to change notification settings - Fork 2
Confusion re deliveryTime for CollectionCarrier. #334
Comments
Well done for many tests!
Do you mean changing it in this one particular place only? What will be needed? A more thorough walk through the code and tracing its implications? What would your first prize be? |
@kt86, can you please add |
Dear @JWJoubert , I invited him with write permissions. |
I assume, that is the main point, where the transformation from the ((My note was a more quick note for myself and therefore a bit casual/offhand. Sorry for that. I will try to start again getting things formulated a bit better and also add (temporal) comments again in English )) |
Moved issue to matsim-org/matsim-libs#3604 |
From @JWJoubert:
We found it a bit counter-intuitive (it took us some time to pinpoint the discrepancy) that for the LspShipment, the “collection” or pick-up time, the code uses the “delivery time”, even though the LspShipment does have a “pickupServiceTime” option.
From my first view on it, this seems to be wrong in the code, so that in
logistics/src/main/java/org/matsim/freight/logistics/resourceImplementations/CollectionCarrierScheduler.java
Line 89 in c931692
logistics/src/main/java/org/matsim/freight/logistics/resourceImplementations/CollectionCarrierScheduler.java
Line 137 in c931692
get**Pickup**...
Just changing the code will cause a lot of test failures (which is somehow, good, showing, that this is tested)
The text was updated successfully, but these errors were encountered: