Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParseError in scalar affine ivp #194

Open
mforets opened this issue Feb 27, 2020 · 0 comments
Open

ParseError in scalar affine ivp #194

mforets opened this issue Feb 27, 2020 · 0 comments
Labels
bug macros Issues related to DSL syntax

Comments

@mforets
Copy link
Member

mforets commented Feb 27, 2020

using MathematicalSystems, IntervalArithmetic

p = @ivp(x' = -x + 1.0, x(0)  0..1)
Base.Meta.ParseError("\"*\" is not a unary operator")

Stacktrace:
 [1] @ivp(::LineNumberNode, ::Module, ::Vararg{Any,N} where N) at /home/mforets/.julia/dev/MathematicalSystems/src/macros.jl:930
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug macros Issues related to DSL syntax
Projects
None yet
Development

No branches or pull requests

1 participant