Skip to content

Commit

Permalink
Do not use Unitless
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed Jun 10, 2024
1 parent 91df55b commit 2f4807d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ImageMetrics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export
interpolate, interpolate!,
resample

using Unitless, TypeUtils, ArrayTools
using TypeUtils, ArrayTools

include("utils.jl")
include("metrics.jl")
Expand Down
2 changes: 1 addition & 1 deletion src/interpolation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Interpolation

export interpolate, interpolate!, resample

using TypeUtils, Unitless
using TypeUtils
import Base: axes1

# A colon means no interpolation, otherwise a vector of coordinates.
Expand Down

0 comments on commit 2f4807d

Please sign in to comment.