Skip to content

Commit 7bb829c

Browse files
committed
move test for weighted irm
1 parent 9c51b93 commit 7bb829c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doubleml/tests/test_irm_weighted_scores.py renamed to doubleml/irm/tests/test_irm_weighted_scores.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
from sklearn.ensemble import RandomForestClassifier, RandomForestRegressor
77

88
import doubleml as dml
9-
10-
from .._utils import _normalize_ipw
9+
from doubleml.utils._estimation import _normalize_ipw
1110

1211

1312
def old_score_elements(y, d, g_hat0, g_hat1, m_hat, score, normalize_ipw):

0 commit comments

Comments
 (0)