Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Generalized Adjustment Criterion #1292

Merged
merged 17 commits into from
Jan 21, 2025
Prev Previous commit
Next Next commit
remove extraneous comment
Signed-off-by: Nicholas Parente <[email protected]>
nparent1 committed Jan 3, 2025
commit c6472ca9cbed711fb913c7823b33f9742b1c9218
1 change: 0 additions & 1 deletion dowhy/graph.py
Original file line number Diff line number Diff line change
@@ -129,7 +129,6 @@ def do_surgery(

node_names = parse_state(node_names)
new_graph = graph.copy()
# new_graph = copy.deepcopy(graph)
for node_name in node_names:
if remove_outgoing_edges:
if remove_only_direct_edges_to_target: