We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63b0bc commit 96d0689Copy full SHA for 96d0689
1 file changed
OMPython/ModelicaSystem.py
@@ -140,7 +140,7 @@ def getContinuous(
140
retval3.append(str(val))
141
return retval3
142
143
- raise ModelExecutionException("Invalid data!")
+ raise ModelicaSystemError("Invalid data!")
144
145
def getOutputs(
146
self,
@@ -167,7 +167,7 @@ def getOutputs(
167
168
169
170
171
172
173
class ModelicaSystemDoE(ModelicaDoEOMC):
0 commit comments