SCECcode/pycsep

numpy deprecated function

pabloitu opened this issue · 0 comments

numpy removed the module warnings in version 1.24, so this throws an error when N sample is low. Suggest changing to the warnings module (or fixing numpy to 1.23.2)

numpy.warnings.warn("Sample size too small for normal approximation.")