> On 14.03.2015, at 10:57, Danny Kramer wrote:
>
> Hi,
> I am getting the following error message:
>
> C:\Python27\lib\site-packages\numpy\lib\npyio.py:819: UserWarning: loadtxt:
> Empty input file: "[]"
> warnings.warn('loadtxt: Empty input file: "%s"' % fname)
> main loop list assignment
Hi,
I am getting the following error message:
C:\Python27\lib\site-packages\numpy\lib\npyio.py:819: UserWarning: loadtxt:
Empty input file: "[]"
warnings.warn('loadtxt: Empty input file: "%s"' % fname)
main loop list assignment index out of range
1. Why is it happening?
2. How can I fix it?
T