Skip to content

Commit e76ba81

Browse files
committed
[ModelicaSystemDoe] do not limit to OMCProcessLocal
1 parent 94a00a6 commit e76ba81

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
@@ -1880,7 +1880,7 @@ def __init__(
18801880
variableFilter: Optional[str] = None,
18811881
customBuildDirectory: Optional[str | os.PathLike] = None,
18821882
omhome: Optional[str] = None,
1883-
omc_process: Optional[OMCProcess] = None, # TODO: use omc session
1883+
omc_process: Optional[OMCProcess] = None,
18841884
# simulation specific input
18851885
# TODO: add more settings (simulation options, input options, ...)
18861886
simargs: Optional[dict[str, Optional[str | dict[str, str] | numbers.Number]]] = None,

0 commit comments

Comments
 (0)