From 16c827e2757476e76d0c5057baed7c26b7841a1d Mon Sep 17 00:00:00 2001
From: "niehues.mark@gmail.com" <niehues.mark@gmail.com>
Date: Mon, 30 Mar 2020 12:50:42 +0200
Subject: [PATCH] wip

---
 evrouting/gasstation/routing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evrouting/gasstation/routing.py b/evrouting/gasstation/routing.py
index 2160d93..0f107aa 100644
--- a/evrouting/gasstation/routing.py
+++ b/evrouting/gasstation/routing.py
@@ -117,7 +117,7 @@ def state_graph(G: nx.Graph, capacity: SoC) -> nx.DiGraph:
 
 
 def compose_result(G: nx.Graph, path: Path) -> dict:
-    pass
+    return {'trip_time': 0, 'path': path}
 
 
 def shortest_path(G: nx.Graph, charging_stations: Set[Node], s: Node, t: Node,
-- 
GitLab