diff --git a/src/pinn_types.jl b/src/pinn_types.jl index c64ac14092..fa495f4093 100644 --- a/src/pinn_types.jl +++ b/src/pinn_types.jl @@ -431,4 +431,4 @@ function rvcat(example, vector, eltypeθ) end end -@register_symbolic(rvcat(vector, example, eltypeθ), true, [], true) \ No newline at end of file +@register_symbolic(rvcat(vector, example, eltypeθ), true, []) \ No newline at end of file