dowhy icon indicating copy to clipboard operation
dowhy copied to clipboard

Fix incorrect edges in `adjacency_matrix_to_graph`

Open rahulbshrestha opened this issue 8 months ago • 2 comments

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

rahulbshrestha avatar Jun 09 '24 15:06 rahulbshrestha