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

removed debug print

parent 26bd647a
No related branches found
No related tags found
No related merge requests found
......@@ -863,7 +863,6 @@ def sparse_rail_generator(num_cities=5, grid_mode=False, max_inter_city_rails=4,
else:
right += 1
train_stations[current_city].append((possible_location, track_nbr))
print(left, right)
return train_stations, built_num_trainstations
def _generate_start_target_pairs(num_agents, nb_nodes, train_stations):
......
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