We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a07bd commit e46ee83Copy full SHA for e46ee83
test.py
@@ -362,7 +362,7 @@ def timeSeconds(f):
362
defaultCustomCommands += [extraflags]
363
364
if basemodelica_mtk_import:
365
- defaultCustomCommands += ['setCommandLineOptions("-d=newInst --baseModelica --modelicaOutput");']
+ defaultCustomCommands += ['setCommandLineOptions("--baseModelica --frontendInline -d=evaluateAllParameters");']
366
367
def testHelloWorld(cmd):
368
with open("HelloWorld.mos") as fin:
0 commit comments