Open Evizero opened 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.
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.
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.