Skip to content

Commit 9ff4694

Browse files
authored
Add flag to scalarize systems (#259)
1 parent e46ee83 commit 9ff4694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def timeSeconds(f):
362362
defaultCustomCommands += [extraflags]
363363

364364
if basemodelica_mtk_import:
365-
defaultCustomCommands += ['setCommandLineOptions("--baseModelica --frontendInline -d=evaluateAllParameters");']
365+
defaultCustomCommands += ['setCommandLineOptions("--baseModelica --frontendInline --baseModelicaOptions=scalarize -d=evaluateAllParameters");']
366366

367367
def testHelloWorld(cmd):
368368
with open("HelloWorld.mos") as fin:

0 commit comments

Comments
 (0)