We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86d045 commit fd0de52Copy full SHA for fd0de52
1 file changed
OMPython/ModelicaSystem.py
@@ -1047,6 +1047,7 @@ def _process_override_data(
1047
# pass them to simulation executable directly as individual arguments
1048
# see https://github.com/OpenModelica/OpenModelica/pull/14813
1049
if override_sim:
1050
+ # TODO: need to have a test with 1.25.0!
1051
if self._version >= (1, 26, 0):
1052
for key, opt_value in override_sim.items():
1053
om_cmd.arg_set(key=key, val=str(opt_value))
0 commit comments