Open
Description
Is your feature request related to a problem? Please describe.
I want to be able to check if two MAGs are Markov equivalent with one function call.
Describe the solution you'd like
A function that takes in two MAGs and outputs a boolean indicating whether they are markov equivalent or not.
Additional context
Needed this feature to implement tests for #93
Activity
adam2392 commentedon Oct 24, 2023
Is this implemented in #93, or is your proposal to add this in a separate PR?
aryan26roy commentedon Nov 1, 2023
It's a proposal to add it in a separate PR.