We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
future_prices is initialized to None, https://github.com/tradytics/eiten/blob/master/data_loader.py#L51
future_prices
None
If is_test is not 1, future_prices doesn't change, https://github.com/tradytics/eiten/blob/master/data_loader.py#L99
is_test
1
future_prices as None is called with .values, https://github.com/tradytics/eiten/blob/master/data_loader.py#L111
.values
The text was updated successfully, but these errors were encountered:
is_test == 0
yeh, i have same issue
Sorry, something went wrong.
No branches or pull requests
future_prices
is initialized toNone
, https://github.com/tradytics/eiten/blob/master/data_loader.py#L51If
is_test
is not1
,future_prices
doesn't change, https://github.com/tradytics/eiten/blob/master/data_loader.py#L99future_prices
asNone
is called with.values
, https://github.com/tradytics/eiten/blob/master/data_loader.py#L111The text was updated successfully, but these errors were encountered: