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
easy.py throws an error, even on standard datasets (e.g., iris):
Traceback (most recent call last):
File "easy.py", line 63, in <module>
c,g,rate = map(float,last_line.split())
ValueError: need more than 0 values to unpack
This was observed in Windows but has been reported for other OS's elsewhere.
The text was updated successfully, but these errors were encountered:
jisungk
changed the title
bug - easy.py throws ValueError in Widnows
bug - easy.py throws ValueError (Windows)
Aug 7, 2015
jisungk
changed the title
bug - easy.py throws ValueError (Windows)
bug - easy.py throws ValueError
Aug 7, 2015
easy.py throws an error, even on standard datasets (e.g., iris):
This was observed in Windows but has been reported for other OS's elsewhere.
The text was updated successfully, but these errors were encountered: