We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d894b commit 86af54fCopy full SHA for 86af54f
1 file changed
OMPython/ModelicaSystem.py
@@ -1036,6 +1036,11 @@ def _process_override_data(
1036
override_var: dict[str, str],
1037
override_sim: dict[str, str],
1038
) -> None:
1039
+ """
1040
+ Define the override parameters. As the definition of simulation specific override parameter changes with OM
1041
+ 1.26.0, version specific code is needed. Please keep in mind, that this will fail if OMC is not used to run the
1042
+ model executable.
1043
1044
if len(override_var) == 0 and len(override_sim) == 0:
1045
return
1046
0 commit comments