Firionus / FastRunningMedian.jl

Efficient running median for Julia
MIT License
11 stars 1 forks source link

Add Test Cases for OffsetArrays #11

Closed Firionus closed 2 years ago

Firionus commented 2 years ago

Since #10 allows OffsetArrays, these should be tested to work properly.

Also, we should test for AbstractSparseVector that don't start at 1, aren't regularly spaced, etc.

Firionus commented 2 years ago

Hm, AbstractSparseVector seems to behave very much like any normal array with zeros at the left open positions. I guess it should "just work".

Still working on OffsetArrays...