JuliaSymbolics / Symbolics.jl

Symbolic programming for the next generation of numerical software

Home Page:https://symbolics.juliasymbolics.org/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on violation of default type

ChrisRackauckas opened this issue · 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.