Skip to content

Commit 7c71519

Browse files
committed
Resolve merge conflicts: fix __init__.py imports and remove doctest-modules from pytest config
1 parent 0aa7942 commit 7c71519

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

causalpy/experiments/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@
3333
"SyntheticControl",
3434
"StructuralTimeSeries",
3535
"InterruptedTimeSeries", # For backward compatibility
36-
"IVRegression",
3736
]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ addopts = [
8989
"--strict-config",
9090
"--cov=causalpy",
9191
"--cov-report=term-missing",
92-
"--doctest-modules",
9392
]
9493
testpaths = "causalpy/tests"
9594
markers = [

0 commit comments

Comments
 (0)