Skip to content

Commit

Permalink
ovb_bounds to obv_bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
FingusKhan committed Oct 21, 2022
1 parent a338bd9 commit cc2a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ const path = joinpath(dirname(@__FILE__), "..", "data", "darfur.csv");

@test adjusted_t(0.05, 0.05, model = fitted_model, treatment = "directlyharmed")[1] 2.7472406497513093 atol = atol

@test obv_bounds(fitted_model, "directlyharmed", benchmark_covariates = ["female", "pastvoted"], kd = [1, 2, 3]) isa DataFrame
@test ovb_bounds(fitted_model, "directlyharmed", benchmark_covariates = ["female", "pastvoted"], kd = [1, 2, 3]) isa DataFrame
end

0 comments on commit cc2a756

Please sign in to comment.