From 372aedc44738b2a9ea5d3ef3bf6358c545329fef Mon Sep 17 00:00:00 2001 From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch> Date: Fri, 18 Oct 2019 10:02:41 +0200 Subject: [PATCH] test renamed --- tests/test_flatland_envs_rail_env_shortest_paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_flatland_envs_rail_env_shortest_paths.py b/tests/test_flatland_envs_rail_env_shortest_paths.py index 01dcc80b..1f79ceff 100644 --- a/tests/test_flatland_envs_rail_env_shortest_paths.py +++ b/tests/test_flatland_envs_rail_env_shortest_paths.py @@ -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') actual = get_shortest_paths(env.distance_map, max_depth=2,agent_handle=1) -- GitLab