[sage-devel] Re: Normaliz and parallel doctest

2017-05-16 Thread Travis Scrimshaw
Hey Matthias, Yes, that fixes the problem. Thank you. The next question is do we want to (temporarily) set this to, say, 1 when running the doctests? If so, then how/where? Best, Travis On Tuesday, May 16, 2017 at 12:29:51 PM UTC-5, Matthias Koeppe wrote: > > Hi Travis, > please try if

Re: [sage-devel] Re: Unifying "test::" and "tests::"

2017-05-16 Thread Jori Mäntysalo
On Tue, 16 May 2017, Kwankyu Lee wrote: In general, my opinion is that the guideline for style in the developer manual should be specific in details such that the whole documentation is in consistent style. Yes! And there is already "The type names should be descriptive, but do not have to

[sage-devel] Re: Thumbnail gallery

2017-05-16 Thread Dominique Laurain
Autogenerate thumbnails in one "not so long" html page would be a great help pages improvement .. Dominique. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Re: Normaliz and parallel doctest

2017-05-16 Thread Matthias Koeppe
Hi Travis, please try if setting OMP_NUM_THREADS=4 or smaller fixes this problem. This is something that I have to do in the CI scripts for Normaliz also (https://github.com/Normaliz/Normaliz/blob/master/.travis-build.sh#L7) Best, Matthias On Saturday, May 13, 2017 at 12:45:46 PM UTC-7, Travis

[sage-devel] Re: Unifying "test::" and "tests::"

2017-05-16 Thread Kwankyu Lee
> > The impetus for posting here was that it may make some examples > grammatically incorrect, since there would only be one test ... but if no > one cares, then we should go with Jori's idea and make it easier to parse. > As far as I remember, we adopted the same policy for EXAMPLES:: against

[sage-devel] Re: Unifying "test::" and "tests::"

2017-05-16 Thread kcrisman
On Tuesday, May 9, 2017 at 11:21:17 PM UTC-4, Jori Mäntysalo wrote: > > At https://trac.sagemath.org/ticket/22963 I suggest translating every > TEST:: to TESTS::, and was asked to open a discussion here. > > The impetus for posting here was that it may make some examples grammatically

Re: [sage-devel] Re: bug in modular/pollack_stevens/modsym.py --> stopgap

2017-05-16 Thread Vincent Delecroix
Thanks Marc for your answer! It would be very useful to have explicitely mentioned in the documentation of these functions that the result is not constant over time (ie explain what consistency the user is supposed to expect). Looking at the name "is_ordinary", I do not suspect it to be