On 2015/03/14 1:02 PM, John Kirkham wrote:
> The sample case of the issue (
> https://github.com/numpy/numpy/issues/5558 ) is shown below. A proposal
> to address this behavior can be found here (
> https://github.com/numpy/numpy/pull/5580 ). Please give me your feedback.
>
>
> I tried to change th
The sample case of the issue ( https://github.com/numpy/numpy/issues/5558 ) is
shown below. A proposal to address this behavior can be found here (
https://github.com/numpy/numpy/pull/5580 ). Please give me your feedback.
I tried to change the mask of `a` through a subindexed view, but was unab
> 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