We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c1090 commit 78ed0ceCopy full SHA for 78ed0ce
causalpy/experiments/instrumental_variable.py
@@ -204,7 +204,8 @@ def input_validation(self) -> None:
204
warnings.warn(
205
"""Warning. The treatment variable is not Binary.
206
We will use the multivariate normal likelihood
207
- for continuous treatment."""
+ for continuous treatment.""",
208
+ stacklevel=2,
209
)
210
211
def get_2SLS_fit(self) -> None:
0 commit comments