sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.44k stars 480 forks source link

interfaces/magma.py test fails #11702

Closed a9bc4e33-7b98-4180-affc-8dfcef89e22b closed 12 years ago

a9bc4e33-7b98-4180-affc-8dfcef89e22b commented 13 years ago

sage-4.7.1 and magma-2.17-10 give

sage -t -only-optional=magma "devel/sage/sage/interfaces/magma.py"
ESC[?1034h**********************************************************************
File "/home/mariah/sage/sage-4.7.1-x86_64-Linux-core2-fc-magmatest/devel/sage/sa
ge/interfaces/magma.py", line 2751:
    sage: _ = I.groebner_basis('magma',prot=True) # indirect doctest, optional -
 magma
Expected:
    <BLANKLINE>
    Homogeneous weights search
    Number of variables: 3, nullity: 0
    Exact search time: 0.000
    ...
    Total Faugere F4 time: 0.0..., real time: 0.00...
Got:
    <BLANKLINE>
    Homogeneous weights search
    <BLANKLINE>
    Number of variables: 3, nullity: 0
    <BLANKLINE>
    Exact search time: 0.000
    <BLANKLINE>
    ********************
    <BLANKLINE>
    FAUGERE F4 ALGORITHM
    <BLANKLINE>
    ********************

This is now fixed and can be closed as such without merging any patches.

Component: interfaces

Reviewer: Marco Streng, David Loeffler

Issue created by migration from https://trac.sagemath.org/ticket/11702

a9bc4e33-7b98-4180-affc-8dfcef89e22b commented 13 years ago

Description changed:

--- 
+++ 
@@ -29,3 +29,5 @@
     ********************

+Apply: attachment: trac_11702.patch +

a9bc4e33-7b98-4180-affc-8dfcef89e22b commented 13 years ago

Author: Mariah Lenox

mstreng commented 12 years ago
comment:2

This looks like it is fixed by #12006

11d1fc49-71a1-44e1-869f-76be013245a0 commented 12 years ago

Changed author from Mariah Lenox to none

11d1fc49-71a1-44e1-869f-76be013245a0 commented 12 years ago
comment:3

Yes, this now works fine. Release manager: please close as fixed.

11d1fc49-71a1-44e1-869f-76be013245a0 commented 12 years ago

Description changed:

--- 
+++ 
@@ -29,5 +29,4 @@
     ********************

-Apply: attachment: trac_11702.patch

+This is now fixed and can be closed as such without merging any patches.

11d1fc49-71a1-44e1-869f-76be013245a0 commented 12 years ago

Reviewer: Marco Streng, David Loeffler