CausalDisco / gadjid

Adjustment Identification Distance: A gadjid for Causal Structure Learning
https://doi.org/10.48550/arXiv.2402.08616
Mozilla Public License 2.0
9 stars 0 forks source link

Add .mtx insta snapshot tests #2

Closed Whatisthisname closed 8 months ago

Whatisthisname commented 8 months ago

Currently the test that asserts that parentAID between DAGs is equivalent to SID (implemented in R) is written in python, and makes use of the python bindings. There is no real reason this couldn't be written directly in the core rust library, so this is what's been done in this PR.