hdp icon indicating copy to clipboard operation
hdp copied to clipboard

I got a error when executing hdp

Open dengjl opened this issue 8 years ago • 2 comments

gsl: ../gsl/gsl_rng.h:200: ERROR: invalid n, either 0 or exceeds maximum value of generator Default GSL error handler invoked. how can I fix it thanks!

dengjl avatar Nov 21 '16 03:11 dengjl

because one (or more) of your documents has zero length

vseledkin avatar Mar 20 '17 22:03 vseledkin

Just for the record: even though I got a slightly different error on Windows 10 with MinGW32

gsl: ..\rng\rng.c:146: ERROR: invalid n, either 0 or exceeds maximum value of generator

The solution was also to exclude empty documents.

rtrad89 avatar Jul 01 '19 14:07 rtrad89