#13293: Change add_big_oh to add_bigoh in padic factorization code
------------------------+---------------------------------------------------
   Reporter:  saraedum  |             Owner:  roed    
       Type:  defect    |            Status:  new     
   Priority:  minor     |         Milestone:  sage-5.3
  Component:  padics    |          Keywords:          
Work issues:            |   Report Upstream:  N/A     
  Reviewers:            |           Authors:          
  Merged in:            |      Dependencies:          
   Stopgaps:            |  
------------------------+---------------------------------------------------
 The following code produces an error:

 {{{
 sage: R.<T>=Qp(3)[]
 sage: f=1926*T^2 + 312*T + 387
 sage: f.factor()
 AttributeError:
 'sage.rings.padics.padic_capped_absolute_element.pAdicCappedAbsoluteElement'
 object has no attribute 'add_big_oh'
 }}}

 This appears to be a typo. Changing it to {{{add_bigoh}}} resolves the
 problem.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13293>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to