JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 49 forks source link

Tests depend on Threads.nthreads() == 1 #63

Open Evizero opened 6 years ago

Evizero commented 6 years ago

As shown in https://github.com/JuliaImages/Images.jl/issues/721 some of the tests assume that julia is run with export JULIA_NUM_THREADS=1.

We should either make the tests work with any number of threads, or alternatively throw more informative error messages when those tests fail.