We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee696ac + f2a882b commit 62e31feCopy full SHA for 62e31fe
1 file changed
OREAnalytics-SWIG/Python/Examples/portfolio.py
@@ -13,9 +13,11 @@
13
14
print ("Build ORE App...")
15
ore = OREApp(params)
16
+print ("Run ORE to build inputs...")
17
+ore.run()
18
inputs = ore.getInputs()
19
-print ("Get the portfolio from xml...")
20
+print ("Get the portfolio from xml...")
21
portfolioFile = os.path.join("Input","portfolio.xml")
22
portfolioXml = ET.parse(portfolioFile).getroot()
23
portfolioXmlStr = ET.tostring(portfolioXml,encoding="unicode")
0 commit comments