Skip to content

Commit db6845e

Browse files
committed
fix format
1 parent a4c6c44 commit db6845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doubleml/double_ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def _initialize_boot_arrays(self, n_rep_boot):
10101010
def _initialize_predictions_and_targets(self):
10111011
self._predictions = {learner: np.full((self._dml_data.n_obs, self.n_rep, self._dml_data.n_coefs), np.nan)
10121012
for learner in self.params_names}
1013-
self._nuisance_targets = {learner: np.full((self._dml_data.n_obs, self.n_rep, self._dml_data.n_coefs), np.nan)
1013+
self._nuisance_targets = {learner: np.full((self._dml_data.n_obs, self.n_rep, self._dml_data.n_coefs), np.nan)
10141014
for learner in self.params_names}
10151015

10161016
def _initialize_rmses(self):

0 commit comments

Comments
 (0)