Skip to content

Commit

Permalink
nit: remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbcwonderland committed May 21, 2024
1 parent b114122 commit aae647c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ public List<IndependenceFact> getLocalIndependenceFacts(Node x) {
// Make a new MsepTest based on the true graph.
MsepTest msepTest = new MsepTest(graph);
IndependenceResult testRes = msepTest.checkIndependence(x, y, parents);
// if (testRes.isValid()) factList.add(testRes.getFact());
if (testRes.isIndependent()) factList.add(testRes.getFact());
}
return factList;
Expand Down

0 comments on commit aae647c

Please sign in to comment.