xKDR / Survey.jl

Analysis of complex surveys
https://xkdr.github.io/Survey.jl/
GNU General Public License v3.0
50 stars 19 forks source link

fixed typo in SurveyDesign docstring #285

Closed nadiaenh closed 1 year ago

nadiaenh commented 1 year ago

Removed stype argument, as apiclus1 is not stratified. Checked all files in the src folder, they did not contain this mistake. Closes issue #282

codecov-commenter commented 1 year ago

Codecov Report

Merging #285 (c13b81c) into main (7d24325) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #285   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          187       187           
=========================================
  Hits           187       187           
Impacted Files Coverage Δ
src/SurveyDesign.jl 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ayushpatnaikgit commented 1 year ago

Closes #282

ayushpatnaikgit commented 1 year ago

Have you run julia docs/make.jl and tested it? The CI is complaining a bit.