You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If two models are loaded and linearized, only the first call of linearize() returns the correct result. All following calls will return the first call's result.
The result of the second linearization (mod2.linearize) should be [[[0, 1], [-0.730936067860485, -0.248180066111424]], [], [], []] but it only returns that after a kernel restart and when mod2 is executed first.
Version and OS
Python Version 3.10.11
OMPython Version 3.5.1
OpenModelica Version 1.22.2
OS: win10
The text was updated successfully, but these errors were encountered:
Description
If two models are loaded and linearized, only the first call of linearize() returns the correct result. All following calls will return the first call's result.
Steps to Reproduce
Expected Behavior
The result of the second linearization (mod2.linearize) should be
[[[0, 1], [-0.730936067860485, -0.248180066111424]], [], [], []]
but it only returns that after a kernel restart and when mod2 is executed first.Version and OS
The text was updated successfully, but these errors were encountered: