Skip to content

Commit

Permalink
fix show type
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Jan 31, 2024
1 parent 58c2a3a commit ba9bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/counterfactual_mean_based/estimates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ Performs a TTest
"""
significance_test(estimate::EICEstimate, Ψ₀=0) = OneSampleTTest(estimate, Ψ₀)

Base.show(io::IO, mime::MIME"text/plain", est::Union{EICEstimate, ComposedEstimand}) =
Base.show(io::IO, mime::MIME"text/plain", est::Union{EICEstimate, ComposedEstimate}) =
show(io, mime, significance_test(est))

0 comments on commit ba9bdb0

Please sign in to comment.