Skip to content

Commit 879dae6

Browse files
committed
QPR-13699: disable one due to system date
1 parent 42d8ad6 commit 879dae6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Examples/ORE-Python/ExampleScripts/ExpectedOutput/dates.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ advance start date by 1M
1818
startDate 2020-05-01
1919
endDate 2020-06-01
2020
---------------------------
21+
May 1st, 2020
22+
May 6th, 2020
23+
May 11th, 2020
24+
2025-12-24

Examples/ORE-Python/ExampleScripts/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
mporDays = 3
5151

5252
print(startDate)
53-
print(ore.calculateMporDate(mporDays))
53+
#print(ore.calculateMporDate(mporDays))
5454
print(ore.calculateMporDate(mporDays, startDate))
5555
print(ore.calculateMporDate(mporDays, startDate, calendarString))
5656

0 commit comments

Comments
 (0)