Skip to content

Commit b5f3a26

Browse files
committed
fix linting
Signed-off-by: Nathaniel <[email protected]>
1 parent fcc2030 commit b5f3a26

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

causalpy/tests/test_pymc_experiments.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
22
Unit tests for pymc_experiments.py
33
"""
4-
5-
import causalpy as cp
64
import arviz as az
75
import pandas as pd
86

7+
import causalpy as cp
8+
99
sample_kwargs = {"tune": 20, "draws": 20, "chains": 2, "cores": 2}
1010

1111

@@ -48,7 +48,6 @@ def test_regression_kink_gradient_change():
4848

4949
def test_inverse_prop_param_recovery():
5050
df = cp.load_data("nhefs")
51-
seed = 42
5251
result = cp.pymc_experiments.InversePropensityWeighting(
5352
df,
5453
formula="trt ~ 1 + age + race",

0 commit comments

Comments
 (0)