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
Redirect parser stdout/stderr to parsing log file (#22)
Capture stdout and stderr during BaseModelica.create_odeproblem() using a
Pipe, so that ANTLR syntax error messages are written to the per-model
parsing log instead of cluttering the terminal. The captured output is
appended after the summary lines (Time/Success).
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments