Skip to content
Snippets Groups Projects
Commit bc3b52ae authored by Erik Nygren's avatar Erik Nygren :bullettrain_front:
Browse files

removed debug print

parent 40d892dd
No related branches found
No related tags found
No related merge requests found
......@@ -863,7 +863,6 @@ def sparse_rail_generator(num_cities=100, num_intersections=10, num_trainstation
if tries > 100:
warnings.warn("Could not set nodes, please change initial parameters!!!!")
break
print(node_positions)
# Chose node connection
available_nodes_full = np.arange(num_cities + num_intersections)
available_cities = np.arange(num_cities)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment