Skip to content

Commit c847428

Browse files
authored
increase coverage
1 parent 4f3739b commit c847428

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_disk.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ import ForwardDiff: hessian
105105
# data size tests
106106
@test size((X.data).data) == (3, ℵ₀)
107107
@test size((Y.data).data) == (5, ℵ₀)
108+
109+
# for now, reject non-zero first parameter options
110+
@test_throws ErrorException("Implement for non-zero first basis parameter.") jacobimatrix(Val(1),Zernike(1,1))
111+
@test_throws ErrorException("Implement for non-zero first basis parameter.") jacobimatrix(Val(2),Zernike(1,1))
108112
end
109113

110114
@testset "Transform" begin

0 commit comments

Comments
 (0)