akelleh / causality

Tools for causal analysis
MIT License
1.06k stars 128 forks source link

Interpretation of edges in causal graph inference #77

Closed jjtwwdei closed 2 years ago

jjtwwdei commented 5 years ago

I have some results like edge ('x2', 'x4', {'arrows': ['x2', 'x2', 'x4' ], 'marked': False}) when I test with the causal graph inference. How do I interpret the issue? Does this mean its a undirected edge like ('x2', 'x4', {'arrows': [], 'marked': False}).

akelleh commented 2 years ago

This was a bug which I believe has been resolved! Please let me know if you still find otherwise.