py-why / dowhy

DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks.
https://www.pywhy.org/dowhy
MIT License
6.99k stars 923 forks source link

Remove obsolete unit tests for KCI #995

Closed bloebp closed 1 year ago

bloebp commented 1 year ago

Since we now use the KCI implementation of an external package, we don't need these tests anymore. This commit also makes a regression_based unit test less flaky.