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
Looking into it, I saw that OpenModelica is using the HTML entity for the newline char. I.e., the modeldescription.xml from the OpenModelica exported fmu contains:
description="foo, bar, baz"
whilst the one from Dymola is
description="foo,\n bar,\n baz"
I'm not sure if this is now something that OpenModelica does against some standard or if the create-jupyter-notebook simply fails to catch this.
The text was updated successfully, but these errors were encountered:
I noticed that when I run
fmpy create-jupyter-notebook test.fmu
where thetest.fmu
was generated from the following Modelica code:I get a jupyter notbook with this Python code cell:
Looking into it, I saw that OpenModelica is using the HTML entity for the newline char. I.e., the
modeldescription.xml
from the OpenModelica exported fmu contains:whilst the one from Dymola is
I'm not sure if this is now something that OpenModelica does against some standard or if the
create-jupyter-notebook
simply fails to catch this.The text was updated successfully, but these errors were encountered: