dowhy
dowhy copied to clipboard
Fix incorrect edges in `adjacency_matrix_to_graph`
This PR fixes the issue of incorrect edges in adjacency_matrix_to_graph
when the adjacency matrix is of type np.matrix
by converting the matrix into a numpy array.
Related issue: https://github.com/py-why/dowhy/issues/887