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 e46ee83 commit 9ff4694Copy full SHA for 9ff4694
test.py
@@ -362,7 +362,7 @@ def timeSeconds(f):
362
defaultCustomCommands += [extraflags]
363
364
if basemodelica_mtk_import:
365
- defaultCustomCommands += ['setCommandLineOptions("--baseModelica --frontendInline -d=evaluateAllParameters");']
+ defaultCustomCommands += ['setCommandLineOptions("--baseModelica --frontendInline --baseModelicaOptions=scalarize -d=evaluateAllParameters");']
366
367
def testHelloWorld(cmd):
368
with open("HelloWorld.mos") as fin:
0 commit comments