[scikit-learn] Need Help with Failing Travis/Appveyor Build

Yacine MAZARI y.mazari at gmail.com
Mon Feb 5 10:31:26 EST 2018


Hello,

I added some additional unit tests to this PR
<https://github.com/scikit-learn/scikit-learn/pull/10581>, which required
me to do

> from numpy.testing import assert_array_compare
>

This caused the build on both Travis
<https://travis-ci.org/scikit-learn/scikit-learn/builds/337229008?utm_source=github_status&utm_medium=notification>
and Appveyor
<https://ci.appveyor.com/project/sklearn-ci/scikit-learn/build/1.0.19893>
to fail with

> ImportError: cannot import name assert_array_compare
>

I don't have this issue on my locale (Ubuntu 16.04, Python 2.7).

Any hints?

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20180206/c724315d/attachment.html>


More information about the scikit-learn mailing list