Skip to content

Commit 2526813

Browse files
test: fix pdeps test
Co-authored-by: Aayush Sabharwal <[email protected]>
1 parent bad08a3 commit 2526813

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parameter_dependencies.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ struct CallableFoo
181181
p
182182
end
183183

184+
@register_symbolic CallableFoo(x)
185+
184186
(f::CallableFoo)(x) = f.p+x
185187

186188
@testset "callable parameters" begin

0 commit comments

Comments
 (0)