Chris Laughman
Chris Laughman
In general, I am in favor of inputs being marked by specific labels, as is done in Modelica (i.e. the input tag); forcing these inputs to be specified as connectors...
Agreed. The same idea also exists in Modelica.
Thanks for taking a look at this. The good news is that the previous error is gone. The bad news is that it has been replaced by a different error....
Thanks! It works great now. I'll leave this issue open as suggested so that we can improve the diagnostics and figure out why removeSingularities=false enables it to work better.
I have found the documentation for the API calls to Pkg to be somewhat confusing. Rather than sort out those details, I updated the import statements in the TestMedia.jl file,...
One of the nonintuitive aspects of this investigation was that the comments that were present in the initial version of the file were causing problems; for some reason, the inclusion...
I think that is correct. Here is the equivalent Modelica code for the Modia model that I am trying to create; it is a nice example of a use of...
For some reason, the version of TinyModia in the registry seems to refer to 0.7.0. Try updating TinyModia via `]add [email protected]`. That worked for me the other day.