Thanks guys, it is misleading tho and not ergonomic. Thanks On Nov 1, 2016 1:25 AM, "Chris Rackauckas" <rackd...@gmail.com> 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 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, <missp...@gmail.com> 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 similar? >>> >>> I'm not sure how Atom display works but maybe you can try >>> `dump(unique([122 122.5 10 10.3]))`. Also what if you just print `[122 >>> 122.5 10 10.3]` since the unique is supposed to be no op here? >>> >>> > >>> > thanks, >>> >>