We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fa7a6 commit 80b5f92Copy full SHA for 80b5f92
1 file changed
OMPython/ModelicaSystem.py
@@ -42,7 +42,6 @@
42
import textwrap
43
import threading
44
from typing import Any, cast, Optional
45
-import warnings
46
import xml.etree.ElementTree as ET
47
48
import numpy as np
@@ -1917,7 +1916,7 @@ def prepare(self) -> int:
1917
1916
}
1918
)
1919
1920
- self._mod.setParameters(sim_param_simple)
+ self._mod.setParameters(**sim_param_simple)
1921
mscmd = self._mod.simulate_cmd(
1922
result_file=resultfile,
1923
timeout=self._timeout,
0 commit comments