9 Feb 10:28
Re: [Cython] C++ method overloading?
> The second error I got says: "Invalid conversion from 'Python object' to > 'double'", which is something that should *always* work. I get the same > error for other numeric types in other tests. Looks like Python object > conversion is broken in cython-devel. > I ran into this same problem earlier, and posted a potential fix on #506. It definitely solved the problem I was running into -- I'd be curious as to whether or not it solves the issues you're hitting ... -cc
RSS Feed