Avinash Subramanian
Avinash Subramanian
Just wanted to upvote and mention that I also run into this error after disabling `Uncaught Exceptions`.
https://github.com/SciML/ModelingToolkitStandardLibrary.jl/pull/281 fixes for _some_ Thermal and Blocks components.
@ven-k I'm a little confused as to what is causing the test failure, its from the code below: ``` @mtkmodel SISO begin @parameters begin u_start = 0.0 y_start = 0.0...
> @ven-k I'm a little confused as to what is causing the test failure, its from the code below: > > ``` > @mtkmodel SISO begin > @parameters begin >...
Rebased after @AayushSabharwal 's changes #291
@baggepinnen request for review
> * for non-toy models, most parameters just aren't tunable, or are known exactly from CAD drawings etc. Treating all parameters as tunable in such a situation will lead to...
The same issue also occurs for variable symbolic arrays: https://github.com/SciML/ModelingToolkit.jl/issues/2477
Also: should the `x` passes into `FirstOrder` be a guess not a default: https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/3a8fb0a043ceba9aa5e4dbf49ca6ad3de2e035dc/src/Blocks/continuous.jl#L119 similar for `SecondOrder`
Amazing, thanks @odow and @martinbiel. I have a local clone I worked on during the holiday break and wrote another example, let me clean up and send a PR. I...