#17425: Rational isometry test for quadratic forms over number fields
-------------------------------------+-------------------------------------
       Reporter:  annahaensch        |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.9
      Component:  quadratic forms    |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Anna Haensch       |    Reviewers:  Vincent Delecroix
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/annahaensch/ticket/17425         |  26d73c90698392a8be39971b85b25b62c8866749
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vdelecroix):

 * status:  needs_review => needs_work


Comment:

 I got a doctest failure
 {{{
 sage: K.<a>=QuadraticField(3)
 sage: V=DiagonalQuadraticForm(K,[1,2])
 sage: W=DiagonalQuadraticForm(K,[1,0])
 sage: V.is_rationally_isometric(W)
 ...
 NotImplementedError: This only tests regular forms
 }}}
 The output should be
 {{{
 Traceback (most recent call last):
 ...
 NotImplementedError: This only tests regular forms
 }}}

 You can check that the tests pass with `sage -t NAME_OF_THE_FILE`.

--
Ticket URL: <http://trac.sagemath.org/ticket/17425#comment:40>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to