eiten icon indicating copy to clipboard operation
eiten copied to clipboard

Bug when is_test == 0

Open geofflittle opened this issue 5 years ago • 1 comments

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 avatar Nov 17 '20 03:11 geofflittle

yeh, i have same issue

carlgoodier avatar Sep 21 '24 04:09 carlgoodier