Skip to content

Commit 858b873

Browse files
committed
[ModelicaSystemDoe] do not limit to OMCProcessLocal
1 parent cb6752f commit 858b873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ def __init__(
18081808
variableFilter: Optional[str] = None,
18091809
customBuildDirectory: Optional[str | os.PathLike] = None,
18101810
omhome: Optional[str] = None,
1811-
omc_process: Optional[OMCProcess] = None, # TODO: use omc session
1811+
omc_process: Optional[OMCProcess] = None,
18121812
# simulation specific input
18131813
# TODO: add more settings (simulation options, input options, ...)
18141814
simargs: Optional[dict[str, Optional[str | dict[str, str] | numbers.Number]]] = None,

0 commit comments

Comments
 (0)