Nice catch Andre!!!
np.set_printoptions(suppress=True) solved it.
Thanks!!!
Message: 4
Date: Wed, 18 Oct 2017 20:31:54 +0200
From: Andras Deak
To: Discussion of Numerical Python
Subject: Re: [Numpy-discussion] different values for ndarray when
printed with or without
Message-ID:
Hi all,
I wanted to give everyone an update on what's going on with the NumPy
grant [1]. As you may have noticed, things have been moving a bit
slower than originally hoped -- unfortunately my health is improving
but has continued to be rocky [2].
Fortunately, I have awesome co-workers, and BIDS
On Wed, Oct 18, 2017 at 12:43 PM, Charles R Harris <
charlesr.har...@gmail.com> wrote:
>
>
> On Wed, Oct 18, 2017 at 7:23 AM, Sebastian Berg <
> sebast...@sipsolutions.net> wrote:
>
>> Hi all,
>>
>> probably silly, but is anyone else annoyed at not seeing comments
>> anymore in the github overview
On Wed, 2017-10-18 at 13:25 -0500, Nathan Goldbaum wrote:
> This is a change in the UI that github introduced a couple weeks ago
> during their annual conference.
>
> See https://github.com/blog/2447-a-more-connected-universe
>
This announces the "Discover repositories" thing, but my normal news
On Wed, Oct 18, 2017 at 7:30 PM, Nissim Derdiger wrote:
> 3. difference between values are:
> [ 2.25699615e+02 5.51561475e-01 3.81394744e+00 1.03807904e-01]
> Instead of:
> [225.69961547851562, 0.5515614748001099, 3.8139474391937256,
> 0.10380790382623672]
The beha
This is a change in the UI that github introduced a couple weeks ago during
their annual conference.
See https://github.com/blog/2447-a-more-connected-universe
On Wed, Oct 18, 2017 at 11:49 AM Charles R Harris
wrote:
> On Wed, Oct 18, 2017 at 7:23 AM, Sebastian Berg <
> sebast...@sipsolutions.n
ints return same value, but when converting that list back to np array
(arr=np.array(list)) - the printing issue returns.
Any ideas what may cause that?
Thanks,
Nissim.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://mail.python.org/pipermail/numpy-discuss
On Wed, Oct 18, 2017 at 7:23 AM, Sebastian Berg
wrote:
> Hi all,
>
> probably silly, but is anyone else annoyed at not seeing comments
> anymore in the github overview/start page? I stopped getting everything
> as mails and had a (bad) habit of glancing at them which would spot at
> least bigger
Hi all,
probably silly, but is anyone else annoyed at not seeing comments
anymore in the github overview/start page? I stopped getting everything
as mails and had a (bad) habit of glancing at them which would spot at
least bigger discussions going on, but now it only shows actual
commits, which ho
Hi Nissim,
While a working example will be helpful, I just wanted to confirm that
you're not assigning a value to `list`, as you did in your message
(e.g., ` list
= arr.tolist()`).
Because if that's the case, then you may run into issues, as `list` is a
built-in Python keyword (for the `list` cla
On Wed, Oct 18, 2017 at 12:44 PM, Nissim Derdiger
wrote:
> Hi all,
>
> I have a ndarray, that shows different values when called like that:
> print(arr) or like that print(arr[0::]).
>
> When changing it back to a python string (with list = arr.tolist()) – both
> prints return same value, but when
Hi all,
I have a ndarray, that shows different values when called like that: print(arr)
or like that print(arr[0::]).
When changing it back to a python string (with list = arr.tolist()) - both
prints return same value, but when converting that list back to np array
(arr=np.array(list)) - the pri
Hi all,
I'm excited to be able to announce the availability of the second (and
hopefully last) release candidate of Scipy 1.0. This is a big release, and
a version number that has been 16 years in the making. It contains a few
more deprecations and backwards incompatible changes than an average
re
13 matches
Mail list logo