We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
&
@variables t fault(t) fault & timeInState() >= 1
ERROR: MethodError: no method matching &(::SymbolicUtils.BasicSymbolic{Real}, ::SymbolicUtils.BasicSymbolic{Real}) Closest candidates are: &(::Any, ::Any, ::Any, ::Any...) @ Base operators.jl:587 Stacktrace: [1] &(a::Num, b::Num) @ Symbolics ~/.julia/packages/Symbolics/7PRmF/src/num.jl:134 [2] top-level scope @ REPL[40]:1
The same problem appears for |
|
The text was updated successfully, but these errors were encountered:
@variables t fault(t)::Bool julia> fault & (timeInState() >= 1) fault(t) & (timeInState() >= 1)
with the correct symtype and parenthesis it works
Sorry, something went wrong.
YingboMa
No branches or pull requests
The same problem appears for
|
The text was updated successfully, but these errors were encountered: