JuliaSymbolics/Symbolics.jl

Error on violation of default type

ChrisRackauckas opened this issue · 1 comments

using Symbolics
@variables x=[.51, .39, .88, .4]

This is a symbolic scalar with a vector default. It should error and require that the symbolic definition is consistent with the default.