From 9f1f7447b9857b033894c2b8552cf2fd0540c2f7 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 22 Jan 2016 13:26:55 +0100 Subject: Depgraph: implicit emul --- test/analysis/depgraph.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/analysis/depgraph.py b/test/analysis/depgraph.py index 7ac72248..d488d995 100644 --- a/test/analysis/depgraph.py +++ b/test/analysis/depgraph.py @@ -1054,7 +1054,6 @@ for test_nb, test in enumerate([(G1_IRA, G1_INPUT), all_results.add(unflatGraph(flatGraph(result.graph))) open("graph_test_%02d_%02d.dot" % (test_nb + 1, i), "w").write(dg2graph(result.graph)) - # print all_flat if g_ind == 0: all_flat = sorted(all_flat) -- cgit 1.4.1