Skip to content

Commit

Permalink
fixup: add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Dec 5, 2024
1 parent 8729343 commit 4c2307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using ImageFiltering, ImageCore, OffsetArrays, FFTViews, ComputationalResources
using LinearAlgebra
using Test
using ImageFiltering: IdentityUnitRange
using ImageFiltering: borderinstance
using ImageFiltering: borderinstance, filtfft

@testset "tiling" begin
m = zeros(UInt8, 20, 20)
Expand Down

0 comments on commit 4c2307d

Please sign in to comment.