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
7.04k stars 924 forks source link

Fix missing import for unit test #1122

Closed bloebp closed 9 months ago

bloebp commented 9 months ago

This should fix the import error for the causal estimator unit tests.