Skip to content

Commit 5c44395

Browse files
update tests acc. to Refactor Data Generators #306
1 parent 8b4f4bc commit 5c44395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doubleml/plm/tests/test_plr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def test_dml_plr_cate_gate(score, cov_type):
304304

305305
# collect data
306306
np.random.seed(42)
307-
obj_dml_data = dml.datasets.make_plr_CCDDHNR2018(n_obs=n)
307+
obj_dml_data = dml.plm.datasets.make_plr_CCDDHNR2018(n_obs=n)
308308
ml_l = LinearRegression()
309309
ml_g = LinearRegression()
310310
ml_m = LinearRegression()

0 commit comments

Comments
 (0)