From c1e7129f45567e547268fb11de641657db575d93 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Wed, 20 Apr 2022 11:48:08 +0200
Subject: [PATCH] Do not write the graph in two formats

---
 cost_function.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cost_function.py b/cost_function.py
index 30a42125..ab976ff8 100755
--- a/cost_function.py
+++ b/cost_function.py
@@ -305,8 +305,6 @@ for edge in g.edges():
 #print("Done writing xml.")
 g.save('segmented_cf.gt')
 print("Done writing gt.")
-g.save('segmented_cf.xml')
-print("Done writing xml.")
 #g.save('segmented_cf.gv', fmt = "dot")
 #print("Done writing dot file.")
 
-- 
GitLab