-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
-
Getting the below warning now that I have upgraded to 3.9. Unsure if this is related to Pandas/numpy or the library.
Any of the smart cookies among us recognise what this means?
python3.9/site-packages/backtesting/backtesting.py:1042: FutureWarning: Index.is_all_dates is deprecated, will be removed in a future version. check index.inferred_type instead
if (not data.index.is_all_dates
The Algo still runs fine but have a feeling things may break soon.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Fixed already in c2c3343, will be in next release.
This, as an issue/todo item, would belong on the issue tracker.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment