2013/7/25 Jacob Vanderplas <[email protected]>: > On Thu, Jul 25, 2013 at 7:44 AM, Andreas Mueller <[email protected]> > wrote: >> >> There seems to be also a separate issue about cython compatibility. The >> current cython version >> doesn't like sklearn/neighbors/binary_tree.pxi. It warns about undefined >> behavior because you use indexing like X[:-1] >> when running cython and segfaults when run. > > Hmm, strange that wasn't a problem under cython 0.18. That issue seems much > easier to fix though.
What is X here? An array, a pointer, a memoryview? -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
