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.
In the current version of
graph/Dag.py
, there are twoprint
statements in theget_children
function that seem to be unnecessary and will pollute the program output whenget_children
is frequently used. Since the change does not affect the overall functionality, I did not run the unit tests.