From 3028ada2b3f63be100259ac408958ab2b7f1a2a8 Mon Sep 17 00:00:00 2001 From: bibek Date: Mon, 8 Jul 2024 11:23:11 +0545 Subject: [PATCH] removed unwanted comments --- causing/graph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/causing/graph.py b/causing/graph.py index 138ede2..de9b842 100644 --- a/causing/graph.py +++ b/causing/graph.py @@ -238,8 +238,6 @@ def recalc_graphs(graphs, model, xdat) -> Iterable[networkx.DiGraph]: for i, approx_graph in enumerate(graphs): individual_xdat = xdat[:, i : i + 1] removed_nodes = set(model.graph.nodes) - set(approx_graph.nodes) - # if "LLPO" in removed_nodes: - # removed_nodes.remove("LLPO") # Calc effects on shrunken model individual_model = model.shrink(removed_nodes)