-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: numpy precision #226
base: main
Are you sure you want to change the base?
fix: numpy precision #226
Conversation
Feat/lags is none
added Value error to prevent running the backtest without features
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Ciao @jhug12, sorry for being late and thanks for the great PR. I merged a few things in the codebase: would you mind rebasing your PR? Also: I see you committed other fixes and improvements (thanks once more 🤗) but I am not sure whether they relate to this PR. I can help you with putting some changes in other pull requests, as they will be easier to review. (I was actually thinking whether we should just map the datatypes that come in and when we perform the conversion just respect those, and raise a warning if they're not F64) |
Fixes #225
Summary
Changes precision from float32 to float64 for conversion from polars DataFrame to numpy ndarray