Skip to content
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

Bug when is_test == 0 #26

Open
geofflittle opened this issue Nov 17, 2020 · 0 comments
Open

Bug when is_test == 0 #26

geofflittle opened this issue Nov 17, 2020 · 0 comments

Comments

@geofflittle
Copy link

future_prices is initialized to None, https://github.com/tradytics/eiten/blob/master/data_loader.py#L51

If is_test is not 1, future_prices doesn't change, https://github.com/tradytics/eiten/blob/master/data_loader.py#L99

future_prices as None is called with .values, https://github.com/tradytics/eiten/blob/master/data_loader.py#L111

@geofflittle geofflittle changed the title Bug when is_test == 0 Bug when is_test == 0 Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant