-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numba-integration-test failure #93
Comments
It's not numba, it's a scipy version issue (tests pass with scipy 1.1.0) |
O.K. should I just wait for that version Scipy to hit anaconda.org? |
1.1.0 is a previous version. This may be a bug in the latest scipy, but TBH I don't have time right now to track it down. Maybe your best bet for now is to pin the scipy version to 1.1.0 when you test pygbm? |
Also @esc , mostly unrelated, but I've been having fun lately with this numba-based HMM implementation https://github.com/NicolasHug/hmmkay It's pretty basic (and I don't know how far I want to go maintaining it) but maybe you'd want to test against this one too, just in case. |
@NicolasHug thanks for the info! Is there an open ticket in SciPy somewhere? Is this possibly something that needs a hotfix from SciPy? |
Indeed: numba/numba-integration-testing#27 - although an upstream solution would --- of course --- be preferable. |
The numba-integration-tests failed and I am trying to figure out, if it is a legit failure or if we introduced a new bug in Numba
The failure is
And the full log is:
https://circleci.com/gh/numba/numba-integration-testing/1120
The text was updated successfully, but these errors were encountered: