Ben Hanowell
Results
3
comments of
Ben Hanowell
+1 to using message rather than print
BTW, any ETA on when this change will be made? Seems like a straightforward replacement of a call to print with a call to message
This seems to be fixed by changing the second line to: ``` print(not(nx.d_separated(model, {"D"}, {"C"}, {*{}}))) ``` Indeed, perhaps all instances of `{}` in the `d_separator` function calls should be...