Skip to content
Snippets Groups Projects
Commit 372aedc4 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

test renamed

parent ef7c1f7d
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ def test_get_shortest_paths_max_depth(): ...@@ -199,7 +199,7 @@ def test_get_shortest_paths_max_depth():
def test_get_shortest_paths_max_depth(): def test_get_shortest_paths_agent_handle():
env = load_flatland_environment_from_file('test_002.pkl', 'env_data.tests') env = load_flatland_environment_from_file('test_002.pkl', 'env_data.tests')
actual = get_shortest_paths(env.distance_map, max_depth=2,agent_handle=1) actual = get_shortest_paths(env.distance_map, max_depth=2,agent_handle=1)
......
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