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
for 5+ minutes, it would be nice to know what is going on. Is the problem compiling, is it stuck in initialization or is it solving and that is taking a long time?
Similar tools, like the modelica-family of tools, print the status of each step in a terminal, which is a nicer user experience.
MTK could benefit from a verbose = true option, or use of @debug, so that the user can get the same kind of feedback.
The text was updated successfully, but these errors were encountered:
While working with large models and staring at
for 5+ minutes, it would be nice to know what is going on. Is the problem compiling, is it stuck in initialization or is it solving and that is taking a long time?
Similar tools, like the modelica-family of tools, print the status of each step in a terminal, which is a nicer user experience.
MTK could benefit from a
verbose = true
option, or use of@debug
, so that the user can get the same kind of feedback.The text was updated successfully, but these errors were encountered: