Skip to content
Snippets Groups Projects
Commit 9a2bbadf authored by u214892's avatar u214892
Browse files

bugfix #141: check_path_exists and tests

parent ee44cbc5
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ def random_schedule_generator(speed_ratio_map: Mapping[float, float] = None) ->
if len(valid_starting_directions) == 0:
update_agents[i] = 1
warnings.warn("reset position for agents:", i, agents_position[i], agents_target[i])
warnings.warn("reset position for agent[{}]: {} -> {}".format(i, agents_position[i], agents_target[i]))
re_generate = True
break
else:
......
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