Skip to content

Commit

Permalink
Merge pull request #75 from causy-dev/refactor-triple-tracking
Browse files Browse the repository at this point in the history
refactor(independence_tests): save empty list in separated by for tri…
  • Loading branch information
this-is-sofia authored Jan 29, 2025
2 parents 0dc0f33 + 4164983 commit b3f27e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def process(
u=x,
v=y,
action=TestResultAction.REMOVE_EDGE_UNDIRECTED,
data={"triple": [x, y, []]},
data={"separatedBy": [], "triple": [x, y, []]},
)
else:
return TestResult(
Expand Down

0 comments on commit b3f27e3

Please sign in to comment.