We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8580b46 commit 7885e25Copy full SHA for 7885e25
OMPython/ModelicaSystem.py
@@ -377,8 +377,6 @@ def __init__(
377
self._linearized_states: list[str] = [] # linearization states list
378
379
if omc_process is not None:
380
- if not isinstance(omc_process, OMCProcessLocal):
381
- raise ModelicaSystemError("Invalid (local) omc process definition provided!")
382
self._getconn = OMCSessionZMQ(omc_process=omc_process)
383
else:
384
self._getconn = OMCSessionZMQ(omhome=omhome)
0 commit comments