PyBNesian
PyBNesian copied to clipboard
Error at readme
Issue: Printing nodes again when arcs should be shown

Code must be:
print("Arcs: " + str(gbn.arcs()))
Instead of the highlighted code