test_extract_xi failing on nightly builds
See original GitHub issuetest_extract_xi failing for MB_PYTHON_VERSION=3.6 PLAT=i686 and MB_PYTHON_VERSION=3.7 PLAT=i686
https://travis-ci.org/MacPython/scikit-learn-wheels/jobs/525429182 https://travis-ci.org/MacPython/scikit-learn-wheels/jobs/525429184
Issue Analytics
- State:
- Created 4 years ago
- Comments:25 (25 by maintainers)
Top Results From Across the Web
Nightly Builds failing (updated) · Issue #4573 - GitHub
Build failures have been observed on all platformes (Win, Mac and Linux) by various users · Nightly Mac build is not propogating to...
Read more >Policy for fixing broken nightly builds [closed] - Stack Overflow
A famous policy about broken nightly builds, attributed to Microsoft, is that the guy whose commit broke the build becomes responsible for ...
Read more >macOS nightly builds with packaged locales fail - Tor's Gitlab
It seems Mozilla changed their documentation since I've started working on the matter, and they added a new command: ./mach package-multi-locale ...
Read more >What Are The Benefits of Having Nightly Builds - TestProject
This article explains what are nightly builds, how to build the pipeline and what are the benefits of having nightly builds.
Read more >Nightly Builds - TypeScript: Documentation
A nightly build from the TypeScript's main branch is published by midnight PST to npm. Here is how you can get it and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

The shuffling order cannot be the reason this test is failing on some platforms, since numpy’s random number generator should be more-or-less cross platform (when generating small ints, certainly).
Numeric issues are a more likely culprit. But without having a hack on that platform, it’s hard to work out where they may come from.
Thanks, we’ll correct it.