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.
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn