AsafManela / HurdleDMR.jl

Hurdle Distributed Multinomial Regression (HDMR) implemented in Julia
Other
24 stars 13 forks source link

OverflowError in windows platform #13

Closed jason-xuan closed 3 years ago

jason-xuan commented 4 years ago

In julia version 1.3, windows platform, there is an Error while running test case:

PositivePoisson: Error During Test at C:\Users\jason\.julia\dev\HurdleDMR\test\positive_poisson.jl:1
  Got exception outside of a @test
  OverflowError: 22 is too large to look up in the table; consider using `factorial(big(22))` instead
AsafManela commented 3 years ago

Cannot reproduce this testing issue in julia 1.5, so closing for now.