Re: [julia-users] inconsistent 'unique' in Atom

2016-11-01 Thread Carolina Brum
Thanks guys, it is misleading tho and not ergonomic. Thanks On Nov 1, 2016 1:25 AM, "Chris Rackauckas" wrote: > Just click on the number and it will expand it. > > On Sunday, October 30, 2016 at 7:28:47 PM UTC-7, missp...@gmail.com wrote: >> >> Hi Yichao, >> >> thanks a lot, >> it does display i

Re: [julia-users] inconsistent 'unique' in Atom

2016-10-31 Thread Chris Rackauckas
Just click on the number and it will expand it. On Sunday, October 30, 2016 at 7:28:47 PM UTC-7, missp...@gmail.com wrote: > > Hi Yichao, > > thanks a lot, > it does display it correctly if I use dump, but it's annoying that Atom is > inconsistent while displaying the results > > thanks a lot, >

Re: [julia-users] inconsistent 'unique' in Atom

2016-10-30 Thread Yichao Yu
On Sun, Oct 30, 2016 at 10:28 PM, wrote: > Hi Yichao, > > thanks a lot, > it does display it correctly if I use dump, but it's annoying that Atom is > inconsistent while displaying the results In that case that sounds like an Atom bug so maybe report it to the Atom plugin instead. (I believe the

Re: [julia-users] inconsistent 'unique' in Atom

2016-10-30 Thread missperovaz
Hi Yichao, thanks a lot, it does display it correctly if I use dump, but it's annoying that Atom is inconsistent while displaying the results thanks a lot, On Sunday, October 30, 2016 at 7:14:07 PM UTC-7, Yichao Yu wrote: > > On Sun, Oct 30, 2016 at 10:05 PM, > > wrote: > > Hi folks, > >

Re: [julia-users] inconsistent 'unique' in Atom

2016-10-30 Thread Yichao Yu
On Sun, Oct 30, 2016 at 10:05 PM, wrote: > Hi folks, > > I've noticed that in v5 the expression > > > unique([122 122.5 10 10.3]) > > > gives as result the following vector: > > 122 123 10 10.3 > > > Any device? Is there any maximum number of characters displayed in the > console, or something si

[julia-users] inconsistent 'unique' in Atom

2016-10-30 Thread missperovaz
Hi folks, I've noticed that in v5 the expression unique([122 122.5 10 10.3]) gives as result the following vector: 122 123 10 10.3 Any device? Is there any maximum number of characters displayed in the console, or something similar? thanks,