Skip to content

Commit 4849066

Browse files
authored
Merge pull request #22 from alan-turing-institute/bugfix/ratner_and_apple
Bugfix for apple and ratner_stock datasets
2 parents 83b3039 + 1740c38 commit 4849066

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

datasets/apple/get_apple.py

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def get_aapl():
8989
progress=False,
9090
rounding=False,
9191
threads=False,
92+
auto_adjust=False,
9293
)
9394

9495
# Get the actual date range we want

datasets/ratner_stock/get_ratner_stock.py

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def write_csv(target_path=None):
8181
end="1995-08-23",
8282
progress=False,
8383
rounding=False,
84+
auto_adjust=False,
8485
)
8586
sig.index = sig.index.tz_localize(None)
8687

0 commit comments

Comments
 (0)