Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion causallearn/search/ConstraintBased/FCI.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def ruleR7(graph: Graph, changeFlag: bool,
for node_C in intoBCircles:
# pdb.set_trace()
for node_A in node_A_list:
# pdb.set_trace()
if node_A == node_C: continue
if not graph.is_adjacent_to(node_A, node_C):
changeFlag = True
edge = graph.get_edge(node_B, node_C)
Expand Down
Loading