You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localhost:/home/user/deep-learning-bitcoin # docker run -it --name dlb -v $PWD:/app dlb /bin/bash
...
root@820a763c147a:/app# python3 data_generator.py /tmp/btc-trading-patterns/ /tmp/coinbaseUSD.csv 1
Traceback (most recent call last):
File "data_generator.py", line 14, in
np.set_printoptions(threshold=np.nan)
File "/usr/local/lib/python3.5/dist-packages/numpy/core/arrayprint.py", line 259, in set_printoptions
floatmode, legacy)
File "/usr/local/lib/python3.5/dist-packages/numpy/core/arrayprint.py", line 95, in _make_options_dict
raise ValueError("threshold must be non-NAN, try "
ValueError: threshold must be non-NAN, try sys.maxsize for untruncated representation
The text was updated successfully, but these errors were encountered:
localhost:/home/user/deep-learning-bitcoin # docker run -it --name dlb -v $PWD:/app dlb /bin/bash
...
root@820a763c147a:/app# python3 data_generator.py /tmp/btc-trading-patterns/ /tmp/coinbaseUSD.csv 1
Traceback (most recent call last):
File "data_generator.py", line 14, in
np.set_printoptions(threshold=np.nan)
File "/usr/local/lib/python3.5/dist-packages/numpy/core/arrayprint.py", line 259, in set_printoptions
floatmode, legacy)
File "/usr/local/lib/python3.5/dist-packages/numpy/core/arrayprint.py", line 95, in _make_options_dict
raise ValueError("threshold must be non-NAN, try "
ValueError: threshold must be non-NAN, try sys.maxsize for untruncated representation
The text was updated successfully, but these errors were encountered: