xKDR / Survey.jl

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

Urgent main test failing #267

Closed smishr closed 1 year ago

smishr commented 1 year ago
Test Summary: | Pass  Total  Time
makeshort     |    6      6  0.1s
gdf1 = 3×2 DataFrame
 Row │ stype    nrow
     │ String1  Int64
─────┼────────────────
   1 │ H           14
   2 │ E          144
   3 │ M           25
gdf2 = 2×2 DataFrame
 Row │ schwide  nrow
     │ String3  Int64
─────┼────────────────
   1 │ Yes        160
   2 │ No          23
ratio.jl: Error During Test at /home/runner/work/Survey.jl/Survey.jl/test/raking.jl:1
  Got exception outside of a @test
  ArgumentError: invalid index: "maxit" of type String

I dont understand why, but some tests are failing.

raking.jl has not even been pushed into main branch yet.

smishr commented 1 year ago

weird, this is now passing

codetalker7 commented 1 year ago

May be due to randomness in some test case?