Skip to content

Commit

Permalink
Bugfix for apple and ratner_stock datasets
Browse files Browse the repository at this point in the history
Due to backwards-incompatible change made in yfinance
  • Loading branch information
GjjvdBurg committed Jan 4, 2025
1 parent 83b3039 commit 1740c38
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 1740c38

Please sign in to comment.