Skip to content

Commit 216f9b9

Browse files
committed
remove boot_coefs from return type tests
1 parent 270e77b commit 216f9b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doubleml/tests/test_return_types.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ def test_property_types_and_shapes(dml_obj):
159159
assert isinstance(dml_obj.all_se, np.ndarray)
160160
assert dml_obj.all_se.shape == (n_treat, n_rep)
161161

162-
assert isinstance(dml_obj.boot_coef, np.ndarray)
163-
assert dml_obj.boot_coef.shape == (n_treat, (n_rep_boot * n_rep))
164-
165162
assert isinstance(dml_obj.boot_t_stat, np.ndarray)
166163
assert dml_obj.boot_t_stat.shape == (n_treat, (n_rep_boot * n_rep))
167164

0 commit comments

Comments
 (0)