You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "crossroads-traffic-lights-sim.py", line 38, in <module>
Q = ciw.Simulation(N)
File "/home/alex/Blender/Ciw/env2/lib/python2.7/site-packages/ciw/simulation.py", line 48, in __init__
for i in range(network.number_of_nodes)]
File "/home/alex/Blender/Ciw/env2/lib/python2.7/site-packages/ciw/node.py", line 36, in __init__
self.node_capacity = node.queueing_capacity + self.c
TypeError: unsupported operand type(s) for +: 'float' and 'str'
I see the error using both Python 2 and Python 3
The text was updated successfully, but these errors were encountered:
Yes, server schedules and infinite servers are incompatible at the moment sorry!
At the moment can't think of a way around this. But will add a note to the documentation to clarify. Apologies for this. Keeping this issue open.
Yup, but I'd suggest going with a wontfix label for now so that this doesn't look like a long standing bug. (If something is an actual bug it implies that it's broken and needs to be fixed.)
If I use the following parameter dictionary:
Ciw works quite happily, however if I use this dictionary:
then I get the following stack trace:
I see the error using both Python 2 and Python 3
The text was updated successfully, but these errors were encountered: