-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Circle CI failure and Travis cron job failure #11697
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
Comments
The problems seems to be I had that problem in #11628. |
Thanks @zjpoh PR welcomed. |
The problem with Circle was not including backslashes before _ in text mode
in TeX. I've pushed a patch to master that will hopefully fix Circle.
|
Master seems to be passing on Travis. Closing.
|
I got confused that this was only an issue in the CRON / latest dev versions. @naoyak there are several other instances in the Travis log
@naoyak are you up to fixing these? |
@jnothman see #11704. Is the dev build supposed to install latest SciPy master? It looks like it installs 1.1.0 - the |
Hmm... that looks like a bug in our travis config. It should be getting the
nightly wheel just as it does for NumPy... Do you want to submit a fix for
that too???
|
Oh you know what, it's because there aren't nightly wheels for Python 3.7 available aside from numpy, at least at the URL passed to pip. So it reverts to installing the latest release from PyPI. |
Hopefully this will go away with MacPython/scipy-wheels#33. |
Thanks a lot @naoyak |
Looks like we're set here. https://travis-ci.org/scikit-learn/scikit-learn/builds/410251283#L2360-L2361 |
yay! thank you!
|
Circle CI failure:
Seems that it's due to e888c0d, but I cannot figure out the reason.
Travis cron job failure:
See e.g., https://travis-ci.org/scikit-learn/scikit-learn/builds/408877802
Typical log:
FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use
arr[tuple(seq)]
instead ofarr[seq]
. In the future this will be interpreted as an array index,arr[np.array(seq)]
, which will result either in an error or a different result.The text was updated successfully, but these errors were encountered: