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.91k stars 921 forks source link

Fix timeout issues in tests for the unit_change module #1059

Closed bloebp closed 8 months ago

bloebp commented 8 months ago

Turning off the parallelization by setting the n_jobs parameter to 1, since this can occasionally cause a timeout error in the unit tests.