Bernt Lie

Results 18 issues of Bernt Lie

Seems like there is a slight problem with the GR back-end of Plots when it comes to math in titles. Here is an example: ![image|356x64](upload://7FX3qvjbTrX9qZnZLxtrF4Snaru.png) Notice that the math does...

**Is there an example of how to use arrays of components in the documentation❓** From a presentation, I've seen the the syntax: ```julia @components begin resistor[1:n] = Resistor() end ```...

question

Thanks for quick update of CSMTK the other day! I'm now re-running my Jupyter Notebook with my "intro" to MTK, and get a *warning* when using linearization and AnalysisPoints, both...

**Linearization of a semi-complex model fails -- is this a bug, or do I do something wrong❓** I have done linearization of a "simple" model as follows: 1. I use...

bug

**When I try to linearize my model, I get an "BoundsError: attempt to access 302-element Vector{Vector{Int64}} at index [303]" error🐞** Here is my Julia/MTK statement with partial error message: ```julia...

bug

**Describe the bug 🐞** Consider the well-known, academic "Four Tank" model. Simulation of the input-output (valve-signal to output levels, `case = :io` in MRE) works. Likewise, linearization (symbolic and numeric)...

bug

I just dug up some old code from 2020, or so, where I used the `Polynomials.jl` package. One of my constructs doesn't work any more, ```julia # # Routine to...

**StructuralIdentifiability fails to precompile under Julia v1.11 🐞** I get an error message regarding precompilation. **Expected behavior** Precompilation without error message **Minimal Reproducible Example 👇** See below: ```julia (@v1.11) pkg>...

bug