2013/7/10 Justin Vincent <justi...@gmail.com>:
> We are a little further than that unfortunately. Some failures in conf.py
> were preventing tests other than doctests from running. With conf.py and the
> doctests fixed, we are at 4 errors and 10 failures, which is still pretty
> good.
>
> What do we think should be done with u'blah' type strings in the doc tests?
> They show up in the outputs of methods as 'blah' in 3.x and u'blah' in 2.x,
> so it's not like we can really wrap them in six.

No idea. I wonder if any other project has found a good workaround for that one.

> Same story with some other display stuff. Numpy now reprs as
>
> <4x9 sparse matrix of type '<class 'numpy.int64'>'
>
> Instead of
> <4x9 sparse matrix of type '<type 'numpy.int64'>'
>
> We could +ELLIPSIS it even though that's not really what ELLIPSIS is
> supposed to mean. Not too familiar with doctest so not sure how to best
> proceed.
>
> Ideas?

We could indeed use ELLIPSIS for this.

--
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel

------------------------------------------------------------------------------
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
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to