-
-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug 🐞
The names have this strange underscore-like character that I cannot figure out how to type, even in the REPL. In my opinion this is very bad UX - especially when you have to specify the initial value to even simulate the fmu...
ERROR: Initialization incomplete. Not all of the state variables of the
DAE system can be determined by the initialization. Missing
variables:
SymbolicUtils.BasicSymbolic[vˍt(t), hˍt(t)]```
Specifically, `'ˍ' != '_'`.
**Expected behavior**
Something typeable ideally.
**Minimal Reproducible Example 👇**
Get any FMU from https://github.com/modelica/Reference-FMUs but I tried this with bouncing ball. Then load it in as an FMIComponent and try to set an initial value. It is not possible to do without copying and pasting.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working