We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bdc97 commit fd100f3Copy full SHA for fd100f3
1 file changed
OMPython/ModelicaSystem.py
@@ -1914,6 +1914,8 @@ def __init__(
1914
ModelicaSystem.simulate(). Additionally, the path to store the result files is needed (= resultpath) as well as
1915
a list of parameters to vary for the Doe (= parameters). All possible combinations are considered.
1916
"""
1917
+ if modelName is None:
1918
+ raise ModelicaSystemError("No model name provided!")
1919
1920
self._mod = ModelicaSystem(
1921
commandLineOptions=commandLineOptions,
0 commit comments