Skip to content

Commit

Permalink
Better explanation
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Roy <aryanroy5678@gmail.com>
  • Loading branch information
aryan26roy committed Jun 22, 2023
1 parent 37603d6 commit 18596ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/intro/inducing_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
# this returns False
print(pywhy_graphs.inducing_path(G, "X1", "X3", L, S))

# We need to add X6, a collider on the path, to S
# We need to add X6, which will open up paths
# including all the collider ancestors of X6

L = {"L1", "L2", "X3"}
S = {"X6"}
Expand Down

0 comments on commit 18596ef

Please sign in to comment.