On Saturday, May 30, 2020 at 7:37:43 AM UTC-7, Michael Jung wrote:
>
> Mh. Okay. Do you have an idea how to improve the computation, e.g. by
> using multiple cores?
>
> A standard trick is to take a "multimodular" approach: for integer
matrices this boils down to computing the answer modulo a who
On May 30, John H Palmieri wrote:
Just for kicks, I counted the number of .py and .pyx files in the Sage library,
and then counted the ones with lines longer than 80 characters in their
docstrings/doctests. 84% of them had such lines.
Thanks, that was my impression, I looked and looked and found
It seems that over 80% of the files in the Sage library have lines longer
than 80 characters, and about 50% of files have lines in doctests which are
longer than 80 characters.
On Saturday, May 30, 2020 at 9:14:59 AM UTC-7, John H Palmieri wrote:
>
> Lines should be shorter than 80 characters
Just for kicks, I counted the number of .py and .pyx files in the Sage
library, and then counted the ones with lines longer than 80 characters in
their docstrings/doctests. 84% of them had such lines.
On Saturday, May 30, 2020 at 9:14:59 AM UTC-7, John H Palmieri wrote:
>
> Lines should be shor
Lines should be shorter than 80 characters when possible. If it isn't
possible because it will cause confusion, break a doctest, make a doctest
unhelpful, etc., then you can make an exception. There are plenty of
exceptions in the Sage library already, for example
https://git.sagemath.org/sage.
Mh. Okay. Do you have an idea how to improve the computation, e.g. by using
multiple cores?
Am Samstag, 30. Mai 2020 11:37:02 UTC+2 schrieb Dima Pasechnik:
>
> On Sat, May 30, 2020 at 8:05 AM Michael Jung > wrote:
> >
> > Thanks for your respond. The entries are elements of the mixed form
> a
On May 30, Michael Orlitzky wrote:
On 5/30/20 8:51 AM, 'Reimundo Heluani' via sage-devel wrote:
I've looked through the code and found numerous instances of long times in
examples and tests blocks. So my question is: is there a policy about these
things? My guess is to leave the long lines of o
On 5/30/20 8:51 AM, 'Reimundo Heluani' via sage-devel wrote:
>
> I've looked through the code and found numerous instances of long times in
> examples and tests blocks. So my question is: is there a policy about these
> things? My guess is to leave the long lines of output without wrapping.
>
Hello, in the developer's guide
https://doc.sagemath.org/html/en/developer/coding_basics.html#documentation-strings
It says explicitly that lines should be shorter than 80 characters:
"Lines should be shorter than 80 characters. If in doubt, read PEP8: Maximum
Line Length."
That PEP8 furth
On Sat, May 30, 2020 at 8:05 AM Michael Jung wrote:
>
> Thanks for your respond. The entries are elements of the mixed form algebra
> (https://doc.sagemath.org/html/en/reference/manifolds/sage/manifolds/differentiable/mixed_form_algebra.html).
> Whose multiplications are already relatively slow.
Thanks for your respond. The entries are elements of the mixed form algebra
(https://doc.sagemath.org/html/en/reference/manifolds/sage/manifolds/differentiable/mixed_form_algebra.html).
Whose multiplications are already relatively slow.
--
You received this message because you are subscribed t
11 matches
Mail list logo