Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ControlSystemsMTK & AnalysisPoints & Observed? #64

Open
B-LIE opened this issue Mar 6, 2024 · 1 comment
Open

ControlSystemsMTK & AnalysisPoints & Observed? #64

B-LIE opened this issue Mar 6, 2024 · 1 comment

Comments

@B-LIE
Copy link

B-LIE commented Mar 6, 2024

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 with the MTK linearize function and the one in ControlSystemsMTK, e.g.,
image

Any idea what this is?

@baggepinnen
Copy link
Member

I think those warnings are okay to ignore. MTK v9 treats specification of initial condition and an initial guess differently, whereas v8 treated all initial conditions as initial guesses. Some variable thus specified initial guess 0 and that is now interpreted as a specification of initial condition. In your case, I think the variables that are warned about are the connector variables in the RealInput and RealOutput, so you can most likely ignore them.

An update to MTKstdlib is required to change those to guesses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants