control-toolbox / control-toolbox/CTParser.jl
[Bug] Scalar component name (state / control)
Open
bug
- Dominant language
- Julia
- Stars
- 3
- Forks
- 0
- Avg merge
- 4h 22m
- Merged PRs (30d)
- 2
Description
@ocots
- right now seems to parse to an alias
- makes sense to allow if possible, check that it is used for plot name
```julia
u = (z,) in R, control # not u = (z) in R, control that will parsed as an alias...
```
NB. For the record, alias `u₁` is automatically generated
Contributor guide
Assessment
This issue has not been assessed yet.