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.88k stars 916 forks source link

Small correction of average p-value merger #1191

Closed bloebp closed 1 month ago

bloebp commented 1 month ago

Before, a single p-value still got adjusted using the 2 * ... formula, which led to an unnecessary adjustment.