Skip to content

Commit 0f90096

Browse files
committed
Fix test
1 parent 605355f commit 0f90096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-transformations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using KiteUtils, LinearAlgebra, StaticArrays, Test
3131
azimuth = deg2rad(45)
3232
@test fromW2SE(vec1, elevation, -azimuth) == [ 1.622480056571193, 2.121320343559643, -2.62060269137249]
3333
@test all(fromKS2EX(vec1, orient) .≈ [-1.9999999999999998, 1.878107499419996, 2.544152554510513])
34-
@test calc_heading_w(orient) == [ 0.9510565162951535, 0.0, 0.3090169943749474]
34+
@test calc_heading_w(orient) [ 0.9510565162951535, 0.0, 0.3090169943749474]
3535
upwind_dirs = deg2rad.([-150.0, -90.0, -20.0, 45.0, 120.0])
3636
elevations = deg2rad.([10.0, 35.0, 71.5, 88.0])
3737
azimuths_w = deg2rad.([-170.0, -60.0, 0.0, 35.0, 120.0])

0 commit comments

Comments
 (0)