Skip to content

Commit

Permalink
@nospecialize implemenation on _factorialEstimand
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-slaughter committed Jul 26, 2024
1 parent ee6527c commit f91dad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/counterfactual_mean_based/estimands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f91dad7

Please sign in to comment.