Skip to content

Commit b89c7f8

Browse files
committed
fix test case
1 parent c816368 commit b89c7f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/projective/affine.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,12 @@ end
157157
@testset ExtendedTestSet "2D" begin
158158
tfms = compose(
159159
Rotate(10),
160-
FlipX(), FlipY(),
160+
FlipX(),
161+
FlipY(),
161162
ScaleRatio((.8, .8)),
162-
RandomCrop((10, 10)),
163163
WarpAffine(0.1),
164-
Zoom((1., 1.2))
164+
Zoom((1., 1.2)),
165+
RandomCrop((10, 10)),
165166
)
166167
testprojective(tfms)
167168
end

0 commit comments

Comments
 (0)