Skip to content

Commit 97b6205

Browse files
authored
Merge pull request #55 from RalphAS/ras/bump1.0a
drop obsolete imports, remark unbroken test
2 parents 23fbd5f + 368df98 commit 97b6205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ImageTransformations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using FixedPointNumbers
99
using ColorTypes, Colors, ColorVectorSpace
1010
using IdentityRanges
1111

12-
import Base: start, next, done, eltype, size, length
12+
import Base: eltype, size, length
1313
using Base: tail, Indices
1414
using Base.Cartesian
1515
using ColorTypes: AbstractGray, TransparentGray, TransparentRGB

test/interpolations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ end
4646

4747
etp = @inferred ImageTransformations.box_extrapolation(img)
4848
@test @inferred(ImageTransformations.box_extrapolation(etp)) === etp
49-
@test_broken summary(etp) == "2×2 extrapolate(interpolate(::Array{Gray{N0f8},2}, BSpline(Linear()), OnGrid()), Gray{N0f8}(0.0)) with element type $(ctqual)Gray{$(fpqual)Normed{UInt8,8}}"
49+
@test_skip summary(etp) == "2×2 extrapolate(interpolate(::Array{Gray{N0f8},2}, BSpline(Linear()), OnGrid()), Gray{N0f8}(0.0)) with element type $(ctqual)Gray{$(fpqual)Normed{UInt8,8}}"
5050
@test typeof(etp) <: Interpolations.FilledExtrapolation
5151
@test etp.fillvalue === Gray{N0f8}(0.0)
5252
@test etp.itp.coefs === img

0 commit comments

Comments
 (0)