Hi Team
If some one has setup to debug cython code can you please share
the details.
I am using ubuntu 20.4 .
Not sure why gdb not picking up breakpoints.
I am able to debug c extensions but not cython code.
Thx
___
NumPy-Discussion mailing list
NumPy
On 5/9/21 12:55 pm, Amardeep Singh wrote:
Hi Team
If some one has setup to debug cython code can you please share
the details.
I am using ubuntu 20.4 .
Not sure why gdb not picking up breakpoints.
I am able to debug c extensions but not cython code.
Thx
There are a number of ways to set
On Sat, Sep 4, 2021 at 10:02 AM Kshitij Kalambarkar <
kshitijkalambar...@gmail.com> wrote:
> Hi,
>
> np.trunc returns floating dtype output even for integral dtype input. As
> per array-api, it should preserve the input dtype.
>
Just a note that it's not compatibility with the array API standard