We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaac69 commit 2c0ee3bCopy full SHA for 2c0ee3b
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