Skip to content

Commit fd0de52

Browse files
committed
??? TODO
1 parent d86d045 commit fd0de52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,7 @@ def _process_override_data(
10471047
# pass them to simulation executable directly as individual arguments
10481048
# see https://github.com/OpenModelica/OpenModelica/pull/14813
10491049
if override_sim:
1050+
# TODO: need to have a test with 1.25.0!
10501051
if self._version >= (1, 26, 0):
10511052
for key, opt_value in override_sim.items():
10521053
om_cmd.arg_set(key=key, val=str(opt_value))

0 commit comments

Comments
 (0)