Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] --binomial option

Hello,

When I use  --binomial with rondomTrip.py to create flows, it creates two exact same trips as the output.

My command line is:
 python randomTrips.py -n eichstaett.net.xml -o RoutingSim1.rou.xml --random true -b 0 -e 500  --binomial 2 --flow 1 --junction-taz true

and this is the output:
    <flow id="0#0" begin="0" end="500" probability="0.5" fromJunction="1955" toJunction="144"/>
    <flow id="0#1" begin="0" end="500" probability="0.5" fromJunction="1955" toJunction="144"/>

I was wondering why it does that and how can I fix it.

Thanks,
Raheleh

--
RAZ

Back to the top