#4417: [with patch, needs review] fix steenrod algebra 'optional' doctest
------------------------------+---------------------------------------------
 Reporter:  jhpalmieri        |        Owner:  jhpalmieri
     Type:  defect            |       Status:  new       
 Priority:  major             |    Milestone:  sage-3.2  
Component:  algebra           |   Resolution:            
 Keywords:  steenrod algebra  |  
------------------------------+---------------------------------------------
Comment (by mabshoff):

 Hi John,

 this one was a really strange doctest failure and I am glad you fixed it.

 One thing I noticed while looking at the file was that you use constructs
 like
 {{{
 sage: B = SteenrodAlgebra(2, 'adem')
 }}}
 which seem very un-Sagish, i.e. one would use some (optional) keyword in
 the constructor like
 {{{
 sage: B = SteenrodAlgebra(2, foo=adem)
 }}}
 This certainly should not addressed via this ticket, but might be
 something that should be discussed on [sage-devel].

 Cheers,

 Michael

 PS: I will test and review this patch shortly.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4417#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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