Skip to content

Commit 2b4f03e

Browse files
rolandlichtersjenkins
authored andcommitted
update example 42 scripts
1 parent 0a8f1b8 commit 2b4f03e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Examples/Example_42/commodityforward.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (C) 2018 Quaternion Risk Manaement Ltd
33
# All rights reserved.
44

5-
from OREAnalytics import *
5+
from ORE import *
66

77
today = Settings.instance().evaluationDate
88
print ("\ntoday's date is %s" % today.ISO())

Examples/Example_42/ore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'''
1515

1616
#import sys, time
17-
from OREAnalytics import *
17+
from ORE import *
1818

1919
print ("Loading parameters...")
2020
params = Parameters()

Examples/Example_42/ore2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'''
1515

1616
import sys, time
17-
from OREAnalyticsPython import *
17+
from ORE import *
1818

1919
#############################################
2020
# Read inputs from files and kick off ORE run

0 commit comments

Comments
 (0)