Skip to content

Commit

Permalink
fix return nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Jul 2, 2024
1 parent cac448a commit 42d3cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inputs_from_gene_atlas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ function read_and_validate_estimands(estimands_prefix)
TargetedEstimation.read_estimands_config(f).estimands for f files_matching_prefix(estimands_prefix)
)
check_only_one_set_of_confounders_per_treatment(estimands)
return estimands
end

"""
Expand Down

0 comments on commit 42d3cd4

Please sign in to comment.