We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b73e5 commit c1e597aCopy full SHA for c1e597a
1 file changed
OMPython/ModelicaSystem.py
@@ -1797,7 +1797,7 @@ def linearize(
1797
om_cmd.arg_set(key="overrideFile", val=override_file.as_posix())
1798
1799
if self._inputs:
1800
- for key, data in self._inputs.items():
+ for data in self._inputs.values():
1801
if data is not None:
1802
for value in data:
1803
if value[0] < float(self._simulate_options["startTime"]):
0 commit comments