File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ def graph_to_ananke(
19
19
graph : pywhy_nx.MixedEdgeGraph
20
20
The mixed edge causal graph
21
21
directed_edge_name : str
22
- Name of the directed edge, default is directed.
22
+ Name of the directed edge, default is ' directed' .
23
23
bidirected_edge_name : str
24
- Name of the bidirected edge, default is bidirected.
24
+ Name of the bidirected edge, default is ' bidirected' .
25
25
undirected_edge_name : str
26
- Name of the undirected edge, default is undirected.
26
+ Name of the undirected edge, default is ' undirected' .
27
27
Returns
28
28
-------
29
29
result : Graph
@@ -81,11 +81,9 @@ def ananke_to_graph(
81
81
directed_edge_name : str
82
82
Name of the directed edge, default is 'directed'.
83
83
bidirected_edge_name : str
84
- Name of the bidirected edge, default is bidirected.
84
+ Name of the bidirected edge, default is ' bidirected' .
85
85
undirected_edge_name : str
86
86
Name of the undirected edge, default is 'undirected'.
87
-
88
-
89
87
Returns
90
88
-------
91
89
result : pywhy_nx.MixedEdgeGraph
You can’t perform that action at this time.
0 commit comments