From ae02d2af0d0d6bb1ee213d94f8f967d59aa91862 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 19 Apr 2022 23:04:41 +0200
Subject: [PATCH] Polish

---
 cost_function.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/cost_function.py b/cost_function.py
index 4dc1ae18..ba6b8d91 100755
--- a/cost_function.py
+++ b/cost_function.py
@@ -92,12 +92,10 @@ delta_ro_std = 5.2168
 delta_r_mean = -0.0094709 * 1000 #[m] 
 delta_r_std = 8.6953 * 1000
 
-orientation = input("Enter orientation (anti or cyclo): ") 
+orientation = input("Enter orientation (anti or cyclo): ")
 
 # Load the graph_tool file:
-
 t0 = time.perf_counter()
-
 timings = open("timings.txt", "w")
 print('Loading gt file...')
 g = graph_tool.Graph()
-- 
GitLab