Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] speedFactor causing errors

Hi,

I have been trying to use the speedFactor parameter in a vehTypeDistribution.py config file but it doesnt seem to work. If I try to set speedFactor like

speedFactor; normal(mean, std); [0.1, 2]

and only feed it input values [0.7, 1.3] for mean and [0.2, 0.3] for std it throws an error saying that the mean cannot be less than 0.2.

How am I supposed to define this parameter to get correct behaviour?

BR;
Fredrik

Back to the top