Skip to content

Commit 92651c5

Browse files
committed
[ModelicaSystem] fix rebase fallout 2
1 parent 9fcd39a commit 92651c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,8 @@ def setInputs(
13791379
else:
13801380
raise ModelicaSystemError(f"Data cannot be evaluated for {repr(key)}: {repr(val)}")
13811381

1382+
self._has_inputs = True
1383+
13821384
return True
13831385

13841386
def _createCSVData(self) -> pathlib.Path:

0 commit comments

Comments
 (0)