It's a bit strange. Maybe a consequence of refactoring of common tests.
Can you check which module they were in?


On 08/11/2015 03:28 PM, Sergio Rojas wrote:
> This time, the only strange thing is the difference in the number of
> tests performed before and after installing sklearn:
>   
> 1.- self-tests before installation
>
> $ python3 setup.py build_ext --inplace
> $ nosetests -v sklearn/
>
> ----------------------------------------------------------------------
> Ran 5521 tests in 156.111s
>
> OK (SKIP=13)
>
> 2.- self-tests after installation
>
> $ python3 setup.py build
> $ python3 setup.py install
> $ nosetests -v sklearn 2>&1 | tee -a Load.log
>
> ----------------------------------------------------------------------
> Ran 4513 tests in 136.266s
>
> OK (SKIP=12)
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general


------------------------------------------------------------------------------
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to