Skip to content

Commit fc11c62

Browse files
authored
Stop importing CT.transform (#27)
This was deprecated in JuliaGeometry/CoordinateTransformations.jl#8
1 parent 83a2329 commit fc11c62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
version:
1616
- '1.3'
17+
- '1.6'
1718
- '1'
1819
# - 'nightly'
1920
os:

src/RegisterDeformation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Interpolations: AbstractInterpolation, AbstractExtrapolation
88
import ImageTransformations: warp, warp!
99
# to avoid `scale` conflict with Interpolations, selectively import CoordinateTransformations:
1010
using CoordinateTransformations: AffineMap
11-
import CoordinateTransformations: compose, transform
11+
import CoordinateTransformations: compose
1212
using OffsetArrays: IdentityUnitRange # for Julia-version compatibility
1313

1414
export

0 commit comments

Comments
 (0)