[sage-devel] Re: We need 1237 more functions to get to 99% coverage.

2022-04-27 Thread ph h
Hi, Thank you so much for such a clear explanation on all the 'what', 'why' and 'where'. Regards, phiho On Wednesday, April 27, 2022 at 8:46:11 PM UTC-4 John H Palmieri wrote: > Why 99%? The code says > > for goal in [70, 75, 80, 85, 90, 95, 99]: > if score < goal: >

[sage-devel] Re: We need 1237 more functions to get to 99% coverage.

2022-04-27 Thread John H Palmieri
Why 99%? The code says for goal in [70, 75, 80, 85, 90, 95, 99]: if score < goal: ... so whoever wrote it decided that 99% was a worthwhile goal to report, along with 70%, 75%, etc. What are the functions? The output lists all of the files and their scores, so you can

Re: [sage-devel] Re: We need 1237 more functions to get to 99% coverage.

2022-04-27 Thread ph h
Hi, > If you have made changes to the code and would like to discuss them, > the procedure is to open a Trac ticket and to push the branch there. Thank you for the advice. The idea is still being explored. It will be shared when tests are encouraging. Help in testing is much appreciated.

[sage-devel] Re: We need 1237 more functions to get to 99% coverage.

2022-04-27 Thread Matthias Koeppe
If you have made changes to the code and would like to discuss them, the procedure is to open a Trac ticket and to push the branch there. https://doc.sagemath.org/html/en/faq/faq-contribute.html#i-want-to-contribute-code-to-sage-how-do-i-get-started On Wednesday, April 27, 2022 at 7:35:54 AM

[sage-devel] Re: We need 1237 more functions to get to 99% coverage.

2022-04-27 Thread ph h
Hi, Sorry about that. Honestly it is hard to formulate a question from this output. Let's try. What are these 1237 functions, where would they come from and why 99% but not 100%. Actually, this run was meant to test the Refactor to see if anything is broken, without knowing what it does and

[sage-devel] Re: We need 1237 more functions to get to 99% coverage.

2022-04-27 Thread davida...@gmail.com
If you have a question you should ask it, because I don't think that simply posting the output of a command is useful here. Le mardi 26 avril 2022 à 22:02:42 UTC-4, hohoa...@gmail.com a écrit : > ~/sage-9.6/git/rc2$ sage.mod/sage --coverageall > __init__.py: 100.0% (1 of 1) >

Re: [sage-devel] Re: [sage-release] Re: Sage 9.5 released

2022-04-27 Thread kcrisman
On Tuesday, April 26, 2022 at 10:31:17 PM UTC-4 Matthias Koeppe wrote: > An update: The latest version of the installation manual (from > https://trac.sagemath.org/ticket/33655) is available here: >