Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Negative Departure Time

Hello,
currently, the traci-api limits time-related values to a maximum of 2147483s (~24 days) and negative values may be returned after this point.
(see https://github.com/DLR-TS/sumo/issues/3439)
Since your value appears to be in the ~4day range it should not hit this issue.
try monitoring the exact values retrieved/requested before the error.
regards,
Jakob

2017-11-30 20:46 GMT+01:00 Eugene Vinitsky via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
Hello,

After approximately 350000 steps of our system, we get an error
"traci.exceptions.TraCIException: Negative departure time in the definition
of 'idm_0'. Is there some reason
that self._connection.simulation.getCurrentTime() could be turning negative?

Eugene
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Back to the top