Skip to content

Commit

Permalink
Merge pull request #22 from alan-turing-institute/bugfix/ratner_and_a…
Browse files Browse the repository at this point in the history
…pple

Bugfix for apple and ratner_stock datasets
  • Loading branch information
GjjvdBurg authored Jan 4, 2025
2 parents 83b3039 + 1740c38 commit 4849066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions datasets/apple/get_apple.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def get_aapl():
progress=False,
rounding=False,
threads=False,
auto_adjust=False,
)

# Get the actual date range we want
Expand Down
1 change: 1 addition & 0 deletions datasets/ratner_stock/get_ratner_stock.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def write_csv(target_path=None):
end="1995-08-23",
progress=False,
rounding=False,
auto_adjust=False,
)
sig.index = sig.index.tz_localize(None)

Expand Down

0 comments on commit 4849066

Please sign in to comment.