Skip to content

Commit

Permalink
fix doctest issue
Browse files Browse the repository at this point in the history
changed df columns to 44 instead of 43
  • Loading branch information
nadiaenh authored Mar 21, 2023
1 parent c13b81c commit 36437ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SurveyDesign.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ julia> apiclus1 = load_data("apiclus1");
julia> dclus1 = SurveyDesign(apiclus1; clusters=:dnum, weights=:pw)
SurveyDesign:
data: 183×43 DataFrame
data: 183×44 DataFrame
strata: none
cluster: dnum
[637, 637, 637 … 448]
Expand Down

0 comments on commit 36437ec

Please sign in to comment.