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 0aa7942 commit 7c71519Copy full SHA for 7c71519
causalpy/experiments/__init__.py
@@ -33,5 +33,4 @@
33
"SyntheticControl",
34
"StructuralTimeSeries",
35
"InterruptedTimeSeries", # For backward compatibility
36
- "IVRegression",
37
]
pyproject.toml
@@ -89,7 +89,6 @@ addopts = [
89
"--strict-config",
90
"--cov=causalpy",
91
"--cov-report=term-missing",
92
- "--doctest-modules",
93
94
testpaths = "causalpy/tests"
95
markers = [
0 commit comments