Skip to content

Commit 7e2ac02

Browse files
committed
[ModelicaSystemDoe] rebase fix
1 parent 82feb84 commit 7e2ac02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ def __init__(
18301830
omc_process: Optional[OMCProcess] = None,
18311831
# simulation specific input
18321832
# TODO: add more settings (simulation options, input options, ...)
1833-
simargs: Optional[dict[str, Optional[str | dict[str, Any]]]] = None,
1833+
simargs: Optional[dict[str, Optional[str | dict[str, Any] | numbers.Number]]] = None,
18341834
timeout: Optional[int] = None,
18351835
# DoE specific inputs
18361836
resultpath: Optional[str | os.PathLike] = None,

0 commit comments

Comments
 (0)