Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 27, 2024
1 parent 8f316ce commit 415085e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pywhy_graphs/algorithms/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ def test_is_maximal():
assert not pywhy_graphs.is_maximal(admg, L, S)



def test_all_vstructures():
# Create a directed graph
G = nx.DiGraph()
Expand Down Expand Up @@ -508,5 +507,5 @@ def test_possibly_directed():
admg.add_edge("Z", "H", admg.bidirected_edge_name)

S = "X"
L = {"Y","Z"}
assert not pywhy_graphs.possibly_directed_path(admg, L, S)
L = {"Y", "Z"}
assert not pywhy_graphs.possibly_directed_path(admg, L, S)

0 comments on commit 415085e

Please sign in to comment.