Skip to content

Commit 3a847cf

Browse files
committed
[ModelicaSystemDoe] do not limit to OMCProcessLocal
1 parent b3dc30b commit 3a847cf

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
@@ -1843,7 +1843,7 @@ def __init__(
18431843
variableFilter: Optional[str] = None,
18441844
customBuildDirectory: Optional[str | os.PathLike] = None,
18451845
omhome: Optional[str] = None,
1846-
omc_process: Optional[OMCProcess] = None, # TODO: use omc session
1846+
omc_process: Optional[OMCProcess] = None,
18471847
# simulation specific input
18481848
# TODO: add more settings (simulation options, input options, ...)
18491849
simargs: Optional[dict[str, Optional[str | dict[str, str] | numbers.Number]]] = None,

0 commit comments

Comments
 (0)