JuliaImages / ImageFiltering.jl

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

replace bad threadid buffering #266

Closed IanButterworth closed 11 months ago

IanButterworth commented 11 months ago

Fixes https://github.com/JuliaImages/ImageFiltering.jl/issues/265

This is a naive swap out. There may be refactoring that should happen at a higher level with the buffer management.

Untested locally.

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02% :tada:

Comparison is base (afd33f4) 94.23% compared to head (4dc70a1) 94.25%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #266 +/- ## ========================================== + Coverage 94.23% 94.25% +0.02% ========================================== Files 13 13 Lines 1699 1706 +7 ========================================== + Hits 1601 1608 +7 Misses 98 98 ``` | [Files Changed](https://app.codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/266?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages) | Coverage Δ | | |---|---|---| | [src/imfilter.jl](https://app.codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/266?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2ltZmlsdGVyLmps) | `96.62% <100.00%> (+0.03%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.