Skip to content

Commit f6c3d85

Browse files
damienbarkerjenkins
authored andcommitted
QPR-12242 update run.py
1 parent bd62bed commit f6c3d85

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Examples/Example_63/run.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

77
oreex = OreExample(sys.argv[1] if len(sys.argv)>1 else False)
88

9-
oreex.print_headline("Run ORE")
10-
oreex.run("Input/ore.xml")
9+
oreex.print_headline("Run ORE PNL")
10+
oreex.run("Input/ore_pnl.xml")
11+
12+
oreex.print_headline("Run ORE PNL Explain")
13+
oreex.run("Input/ore_explain.xml")

0 commit comments

Comments
 (0)