From f91dad745fff79c5266cd894ce55d5a77630b246 Mon Sep 17 00:00:00 2001 From: joshua-slaughter Date: Fri, 26 Jul 2024 14:52:20 +0100 Subject: [PATCH] @nospecialize implemenation on _factorialEstimand --- src/counterfactual_mean_based/estimands.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/counterfactual_mean_based/estimands.jl b/src/counterfactual_mean_based/estimands.jl index b6ec229..42acd00 100644 --- a/src/counterfactual_mean_based/estimands.jl +++ b/src/counterfactual_mean_based/estimands.jl @@ -502,7 +502,7 @@ function factorialEstimands( treatments_settings = get_treatment_settings(constructor, treatments_levels) estimands = [] for outcome in outcomes - Ψ = _factorialEstimand( + Ψ = @nospecialize _factorialEstimand( constructor, treatments_settings, outcome; confounders=confounders, outcome_extra_covariates=outcome_extra_covariates,