Skip to content

Commit

Permalink
Remove broken test which tests for inequality
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc committed Jan 4, 2024
1 parent 584690b commit 1417032
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/interpolations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ end
@test etp2.itp isa Interpolations.BSplineInterpolation
@test etp2 isa Interpolations.FilledExtrapolation
@test etp2.fillvalue === Gray{N0f8}(0.0)
@test etp2 !== etp
@test etp2.itp === etp.itp

etp = @inferred ImageTransformations.box_extrapolation(img)
Expand Down

0 comments on commit 1417032

Please sign in to comment.