diff options
Diffstat (limited to 'src/algorithms.py')
| -rw-r--r-- | src/algorithms.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/algorithms.py b/src/algorithms.py index 29de661..926d9bc 100644 --- a/src/algorithms.py +++ b/src/algorithms.py @@ -38,11 +38,7 @@ def recovery_l1obj_l2constraint(G, cascades, floor_cstt, passed_function, passed_function should have similar structure to ones in convex_optimation """ G_hat = cascade_creation.InfluenceGraph(max_proba=None) - G_hat.add_nodes_from(G.nodes()) - - #### - print(G.nodes()) - #### + G_hat.add_nodes_from(G.nodes()) for node in G_hat.nodes(): print(node) |
