question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

test_extract_xi failing on nightly builds

See original GitHub issue

test_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:closed
  • Created 4 years ago
  • Comments:25 (25 by maintainers)

github_iconTop GitHub Comments

1reaction
jnothmancommented, Apr 29, 2019

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.

0reactions
qinhanmin2014commented, Apr 30, 2019

This is obviously a typo in the paper. Since the steep up region is monotone, the minimum with < would always be sU, the start of the steep-up region. With a > this is consistent with the first case.

Thanks, we’ll correct it.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found