Skip to content

Commit e9212f1

Browse files
committed
change imports
Signed-off-by: Nathaniel <[email protected]>
1 parent 704c698 commit e9212f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/notebooks/inv_prop_pymc.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
"outputs": [],
88
"source": [
99
"import arviz as az\n",
10-
"import matplotlib.pyplot as plt\n",
10+
"import causalpy as cp\n",
1111
"import numpy as np\n",
1212
"import pandas as pd\n",
13-
"import causalpy as cp\n",
1413
"\n",
15-
"seed = 42"
14+
"import matplotlib.pyplot as plt"
1615
]
1716
},
1817
{
@@ -170,6 +169,7 @@
170169
}
171170
],
172171
"source": [
172+
"seed = 42\n",
173173
"result1 = cp.pymc_experiments.InversePropensityWeighting(\n",
174174
" df1,\n",
175175
" formula=\"trt ~ 1 + x1 + x2\",\n",

0 commit comments

Comments
 (0)