[SciPy-Dev] Failing PR with time-out on CircleCI Sphinx document generation

Pauli Virtanen pav at iki.fi
Fri May 5 14:18:49 EDT 2017


It's timing out in the distribution scipy.stats.levy_stable the PR adds,
so it may have to do with the code in the PR.

Possibly, the generated documentation string contains an example that
takes a long time to run. Maybe it tries to plot CDF or something else
that is very slow to compute in the PR. If so, it should be replaced
with an example that does not take that long.


Joseph Fox-Rabinovitz kirjoitti 05.05.2017 klo 13:37:
> Blair,
> 
> It looks like CircleCI was taking too long to build the documentation.
> Not something you can fix directly, especially since it was not one of
> the files you modified. You could try to restart the build to see if the
> error goes away.
> 
>     -Joe
> 
> On Fri, May 5, 2017 at 2:53 AM, Blair Azzopardi
> <blairuk+scipydev at gmail.com <mailto:blairuk+scipydev at gmail.com>> wrote:
> 
>     Hi
> 
>     I've submitted a PR (https://github.com/scipy/scipy/pull/7374
>     <https://github.com/scipy/scipy/pull/7374>) and it's failing CI
>     while generating Sphinx documentation with a time out
>     (https://circleci.com/gh/scipy/scipy/2726
>     <https://circleci.com/gh/scipy/scipy/2726>). I've not been able to
>     replicate this issue on my setup. Can anyone offer suggestions on
>     what changes I can make to the PR to pass this test?
> 
>     Thanks
>     Blair
> 
> 
> 
> 
> 
>     _______________________________________________
>     SciPy-Dev mailing list
>     SciPy-Dev at python.org <mailto:SciPy-Dev at python.org>
>     https://mail.python.org/mailman/listinfo/scipy-dev
>     <https://mail.python.org/mailman/listinfo/scipy-dev>
> 
> 
> 
> 
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev
> 


More information about the SciPy-Dev mailing list