Skip to content

Commit 4723863

Browse files
committed
change polar test angle
1 parent e4c8611 commit 4723863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ function test_model_interface(K)
3636
@test eltype(m) == Float64
3737

3838
# test polar position
39-
m = K(r=12, theta=0, fwhm=10)
40-
@test m == K=12, θ=0, fwhm=10)
39+
m = K(r=2, theta=90, fwhm=10)
40+
@test m == K=2, θ=90, fwhm=10)
4141
@test size(m) == (31, 31)
42-
@test m.pos SA[12, 0]
42+
@test m.pos SA[0, 2]
4343

4444
# test diagonal fwhm
4545
m = K(fwhm=(10, 9))

0 commit comments

Comments
 (0)