Skip to content

Commit

Permalink
Update metalearners/metalearner.py
Browse files Browse the repository at this point in the history
Co-authored-by: Francesc Martí Escofet <[email protected]>
  • Loading branch information
kklein and FrancescMartiEscofetQC authored Jul 25, 2024
1 parent 00c3d2b commit 474c598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metalearners/metalearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ def init_args(self) -> dict[str, Any]:
else None
),
"fitted_nuisance_models": {
k: v
k: deepcopy(v)
for k, v in self._nuisance_models.items()
if k in self._prefitted_nuisance_models and k != PROPENSITY_MODEL
},
Expand Down

0 comments on commit 474c598

Please sign in to comment.