Skip to content

Commit 62ba22e

Browse files
author
Andy Ferris
committed
More precision for Julia versions
1 parent fc8f2e7 commit 62ba22e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
julia 0.5-
1+
julia 0.5
22
StaticArrays
33
Rotations 0.3.0

test/perspective.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@testset "Perspective transformation" begin
22
@test PerspectiveMap()([2.0, -1.0, 0.5]) [4.0, -2.0]
33

4-
if VERSION > v"0.6-"
4+
if VERSION >= v"0.6.0-dev.948"
55
@test cameramap(2.0) LinearMap(UniformScaling(2.0)) PerspectiveMap()
66
@test cameramap((1.1,2.2)) LinearMap([1.1 0; 0 2.2]) PerspectiveMap()
77
@test cameramap(1.1, (3.3,4.4)) Translation([-3.3,-4.4]) LinearMap(UniformScaling(1.1)) PerspectiveMap()

0 commit comments

Comments
 (0)