geoneric/fern

Fix failing tests on Travis

Closed this issue · 2 comments

(Only) on Travis, the following tests fail:

  • algorithm_statistic_mean_test
  • algorithm_statistic_sum_test

Figure out why and fix them

These two tests also fail on
CentOS 7.6 (gcc 6.3)
RedHat 7.4 (gcc 6.4)

Test data size was dependent on number of cores in machine. This triggered out of range errors on machines with many cores. Algorithms where fine.