py-why / causal-learn

Causal Discovery in Python. It also includes (conditional) independence tests and score functions.
https://causal-learn.readthedocs.io/en/latest/
MIT License
1.19k stars 196 forks source link

Remove unnecessary print #103

Closed pckennethma closed 1 year ago

pckennethma commented 1 year ago

In the current version of graph/Dag.py, there are two print statements in the get_children function that seem to be unnecessary and will pollute the program output when get_children is frequently used. Since the change does not affect the overall functionality, I did not run the unit tests.