JuliaImages / JuliaImages/ImageFiltering.jl
Tests depend on Threads.nthreads() == 1
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 104
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the test suite and the behavior described in JuliaImages/Images.jl#721. Determine which tests assume Threads.nthreads() == 1, then make them pass with other thread counts or provide informative failure messages; done means the affected tests behave clearly under different Julia thread settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100