On Tue, Aug 1, 2023 at 9:46 PM Emmanuel Charpentier <emanuel.charpent...@gmail.com> wrote: > > Le mardi 1 août 2023 à 22:00:00 UTC+2, matthia…@gmail.com a écrit : > > cvxopt may be installed systemwide, but Sage does not use Python packages > from the system. > > "make cvxopt-uninstall cvxopt" should fix the problem > > Indeeed. Except that you neeed make cvxopt-uninstall ; make cvxopt… Thank you > Matthias ! > > The cvxopt errors disappeared. Hwever, I still have > > a (metric) tonne of Warnings related to the modularization of doctests, > > a few permanent errors : > > ********************************************************************** File > "src/sage/graphs/generators/classical_geometries.py", line 1268, in > sage.graphs.generators.classical_geometries.CossidentePenttilaGraph Failed > example: G.is_strongly_regular(parameters=True) # optional - gap_packages > (grape) Exception raised: Traceback (most recent call last): File > "/usr/local/sage-10/src/sage/doctest/forker.py", line 709, in _run > self.compile_and_execute(example, compiler, test.globs) File > "/usr/local/sage-10/src/sage/doctest/forker.py", line 1144, in > compile_and_execute exec(compiled, globs) File "<doctest > sage.graphs.generators.classical_geometries.CossidentePenttilaGraph[1]>", > line 1, in <module> G.is_strongly_regular(parameters=True) # optional - > gap_packages (grape) ^ NameError: name 'G' is not defined > ********************************************************************** File > "src/sage/graphs/generators/classical_geometries.py", line 1274, in > sage.graphs.generators.classical_geometries.CossidentePenttilaGraph Failed > example: G.is_strongly_regular(parameters=True) # optional - gap_packages > (grape) Exception raised: Traceback (most recent call last): File > "/usr/local/sage-10/src/sage/doctest/forker.py", line 709, in _run > self.compile_and_execute(example, compiler, test.globs) File > "/usr/local/sage-10/src/sage/doctest/forker.py", line 1144, in > compile_and_execute exec(compiled, globs) File "<doctest > sage.graphs.generators.classical_geometries.CossidentePenttilaGraph[3]>", > line 1, in <module> G.is_strongly_regular(parameters=True) # optional - > gap_packages (grape) ^ NameError: name 'G' is not defined > ********************************************************************** File > "src/sage/graphs/generators/classical_geometries.py", line 1280, in > sage.graphs.generators.classical_geometries.CossidentePenttilaGraph Failed > example: G.is_strongly_regular(parameters=True) # optional - gap_packages > (grape) # long time Exception raised: Traceback (most recent call last): File > "/usr/local/sage-10/src/sage/doctest/forker.py", line 709, in _run > self.compile_and_execute(example, compiler, test.globs) File > "/usr/local/sage-10/src/sage/doctest/forker.py", line 1144, in > compile_and_execute exec(compiled, globs) File "<doctest > sage.graphs.generators.classical_geometries.CossidentePenttilaGraph[5]>", > line 1, in <module> G.is_strongly_regular(parameters=True) # optional - > gap_packages (grape) # long time ^ NameError: name 'G' is not defined > ********************************************************************** > > These three seems genuine.
looks like an # optional tagging issue. Do you have gap_packages installed? > > File "src/sage/coding/linear_code.py", line 913, in > sage.coding.linear_code.AbstractLinearCode.covering_radius Failed example: > C.covering_radius() # optional - gap_packages (Guava package) Expected: ... 1 > Got: 1 ********************************************************************** > File "src/sage/coding/linear_code.py", line 1377, in > sage.coding.linear_code.AbstractLinearCode.minimum_distance Failed example: > C.minimum_distance(algorithm="guava") # optional - gap_packages (Guava > package) Expected: ... 3 Got: 3 > ********************************************************************** > > Probably cosmetic. > > File "src/sage/combinat/posets/posets.py", line 1371, in > sage.combinat.posets.posets.FinitePoset._latex_ Failed example: > print(P._latex_()) # optional - dot2tex graphviz Expected: > \begin{tikzpicture}[>=latex,line join=bevel,] %% \node (node_...) at > (5...bp,...bp) [draw,draw=none] {$...$}; \node (node_...) at (5...bp,...bp) > [draw,draw=none] {$...$}; \draw [black,->] (node_...) ..controls > (...bp,...bp) and (...bp,...bp) .. (node_...); % \end{tikzpicture} Got: > \begin{tikzpicture}[>=latex,line join=bevel,] %% \node (node_0) at > (6.0bp,6.5bp) [draw,draw=none] {$1$}; \node (node_1) at (6.0bp,55.5bp) > [draw,draw=none] {$2$}; \draw [black,->] (node_0) ..controls (6.0bp,19.603bp) > and (6.0bp,30.062bp) .. (node_1); % \end{tikzpicture} > ********************************************************************** > > Possibly numerical noise. > > File "src/sage/coding/code_constructions.py", line 734, in > sage.coding.code_constructions.ToricCode Failed example: > C.minimum_distance(algorithm="guava") # optional - gap_packages (Guava > package) Expected: ... 24 Got: 24 > > Probably cosmetic. > > Now running the whole ptestlong suite again. Stay tuned ! > > HTH, > > [ Bandwidth savongs : Snip… ] > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-release+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/ae8bc7f1-98cb-4b6f-ab1b-c5e3fcfecdb2n%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-release+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq33XeqS1cQttQWj_A_adtEgBmmjmNrJNkiPAt%2Bgp6hkyw%40mail.gmail.com.