Re: [julia-users] Julia stuck at large floating point number array from source code

2015-04-14 Thread Kristoffer Carlsson
This is how it looks for me in Windows when I paste the array: https://www.youtube.com/watch?v=ZFeAT_5C-to&feature=youtu.be

Re: [julia-users] Julia stuck at large floating point number array from source code

2015-04-13 Thread Siyi Deng
Yes I am using windows. Is there a way to help the pasting issue? because it severely limits the usefulness of REPL if you cannot paste directly into it.Including this array in a script hanged for me the first time I tried (was like > 2 minutes). But seems to be working fine when I tested it

Re: [julia-users] Julia stuck at large floating point number array from source code

2015-04-13 Thread Isaiah Norton
Are you using Windows? Pasting into the REPL there is especially bad, but `include` should work fine (and I just tested it). I also pasted this array into a putty session to a linux box and it only took a few seconds (due to putty not Julia, pretty sure it would be instant in a local login). I can

Re: [julia-users] Julia stuck at large floating point number array from source code

2015-04-13 Thread Siyi Deng
Hi, my array as follows: b = [4.67933552111843e-07,-6.32591924726271e-05,-0.000160070579209537,-0.000332845978767382,-0.000588690359282295, -0.000924685049847179,-0.00131849652730193,-0.00172663844738962,-0.00208786977252048,-0.00233221212288082, -0.00239463249655303,-0.00223084413

Re: [julia-users] Julia stuck at large floating point number array from source code

2015-04-13 Thread Jacob Quinn
Can you share the script? It's hard to troubleshoot this kind of problem without seeing exactly what you're running. On Mon, Apr 13, 2015 at 9:37 PM, Siyi Deng wrote: > No, I'm copy and pasting the array, from a text editor to the REPL, and it > hangs there. > > On Monday, April 13, 2015 at 7:53

Re: [julia-users] Julia stuck at large floating point number array from source code

2015-04-13 Thread Siyi Deng
No, I'm copy and pasting the array, from a text editor to the REPL, and it hangs there. On Monday, April 13, 2015 at 7:53:29 PM UTC-7, Stefan Karpinski wrote: > > It's kind of unclear what you're trying to do. Are you printing an array > and the repl hangs? > > On Mon, Apr 13, 2015 at 10:49 PM,

Re: [julia-users] Julia stuck at large floating point number array from source code

2015-04-13 Thread Stefan Karpinski
It's kind of unclear what you're trying to do. Are you printing an array and the repl hangs? On Mon, Apr 13, 2015 at 10:49 PM, Siyi Deng wrote: > Hi, I have a coefficient array which looks like b = > [4.67933552111843e-07,-6.32591924726271e-05,-0.000160070579209537, ], > with about 320 eleme

[julia-users] Julia stuck at large floating point number array from source code

2015-04-13 Thread Siyi Deng
Hi, I have a coefficient array which looks like b = [4.67933552111843e-07,-6.32591924726271e-05,-0.000160070579209537, ], with about 320 elements. The entire array in ascii is about 7000 chars. I cannot paste the array directly in REPL, julia simply stuck. I cannot put it in a script and i