Skip to content

Commit

Permalink
Update pywhy_graphs/algorithms/generic.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Aryan Roy <50577809+aryan26roy@users.noreply.github.com>
  • Loading branch information
aryan26roy and adam2392 committed Aug 17, 2023
1 parent 90036ab commit b07846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywhy_graphs/algorithms/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def has_adc(G):


def valid_mag(G: ADMG, L: set = None, S: set = None):
"""Checks if the provided graph is a valid MAG.
"""Checks if the provided graph is a valid maximal ancestral graph (MAG).
A valid MAG is a mixed edge graph that only has directed and bi-directed
edges, no directed or almost directed cycles and no inducing paths between
Expand Down

0 comments on commit b07846a

Please sign in to comment.